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)
committerRohit Kumar <rokkumar@cs.stonybrook.edu>
Sun, 30 Sep 2018 09:28:15 +0000 (05:28 -0400)
commitde673b820d7a0cb6a0cae88b291122e9cdeb7d3a
tree8f449f24fd8cda6316dd1d15beb22b82a0a48c0b
parentf72f3cd3a3865b600156182e49ba99543c82182f
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