commit | a0846a534c5fbc40a08e2960a24bd0b8d647a840 | [log] [tgz] |
---|---|---|
author | Bob Peterson <rpeterso@redhat.com> | Thu Feb 06 10:43:50 2014 -0500 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Thu Feb 06 15:49:58 2014 +0000 |
tree | 6ff563d46d745ceec2db5f58053f84c12a69d644 | |
parent | 774016b2d455017935b3e318b6cc4e055e9dd47f [diff] |
GFS2: Lock i_mutex and use a local gfs2_holder for fallocate This patch causes GFS2 to lock the i_mutex during fallocate. It also switches from using a dinode's inode glock to using a local holder like the other GFS2 i_operations. Signed-off-by: Bob Peterson <rpeterso@redhat.com> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>