commit | 2b3dcf35810ff02ad0e785527a25c1b13bf82b19 | [log] [tgz] |
---|---|---|
author | Bob Peterson <rpeterso@redhat.com> | Tue May 28 10:04:44 2013 -0400 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Mon Jun 03 16:38:58 2013 +0100 |
tree | 0ab2a2f709290e2eb4d74d385a7d832929e3768c | |
parent | 4a586812055dbd2588b0836ab758f6b9670c3949 [diff] |
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 <rpeterso@redhat.com> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>