From: Brian Foster Date: Fri, 17 May 2013 19:27:34 +0000 (-0400) Subject: fuse: update inode size and invalidate attributes on fallocate X-Git-Tag: v3.10-rc5~30^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bee6c307800bbb26ba1a855b1841c2f0c4b7622a;p=pandora-kernel.git fuse: update inode size and invalidate attributes on fallocate An fallocate request without FALLOC_FL_KEEP_SIZE set can extend the size of a file. Update the inode size after a successful fallocate. Also invalidate the inode attributes after a successful fallocate to ensure we pick up the latest attribute values (i.e., i_blocks). Signed-off-by: Brian Foster Signed-off-by: Miklos Szeredi --- Reading git-diff-tree failed