From: Bob Peterson Date: Tue, 28 May 2013 14:04:44 +0000 (-0400) Subject: GFS2: Increase i_writecount during gfs2_setattr_size X-Git-Tag: v3.10-rc5~29^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b3dcf35810ff02ad0e785527a25c1b13bf82b19;p=pandora-kernel.git GFS2: Increase i_writecount during gfs2_setattr_size This patch calls get_write_access in a few functions. This merely increases inode->i_writecount for the duration of the function. That will ensure that any file closes won't delete the inode's multi-block reservation while the function is running. Signed-off-by: Bob Peterson Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed