Wrapfs: update parent directory inode size in inode ops
authorErez Zadok <ezk@cs.sunysb.edu>
Fri, 18 Mar 2011 03:21:55 +0000 (23:21 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Tue, 27 Dec 2016 03:11:31 +0000 (22:11 -0500)
commitd9482640e6215657b39a351aa6a7f09137c43169
tree6b7018e1aea5f9890b0a7c46fa63b4f171aa8e16
parentaf1e50f3fb2dec2b6a281486ea96d37c3bbcb24e
Wrapfs: update parent directory inode size in inode ops

After ->unlink, ->rmdir, and ->rename, we need to copy the (possibly
changed) inode size of the parent directory(ies) where the operation took
place.

Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/wrapfs/inode.c