GFS2: gfs2_dir_get_hash_table(): avoiding deferred vfree() is easy here...
authorAl Viro <viro@ZenIV.linux.org.uk>
Thu, 20 Nov 2014 05:19:47 +0000 (05:19 +0000)
committerSteven Whitehouse <swhiteho@redhat.com>
Thu, 20 Nov 2014 10:29:44 +0000 (10:29 +0000)
commit9265f1d0c7593e3e7e1e94a4a83a6dea34230a35
tree5971e03e7b48769dd708d8fa7d11fb7334854a35
parent3cdcf63ed2d169c82d70a506f3569e484cd9e7a0
GFS2: gfs2_dir_get_hash_table(): avoiding deferred vfree() is easy here...

vfree() is allowed under spinlock these days, but it's cheaper when
it doesn't step into deferred case and here it's very easy to avoid.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/dir.c