GFS2: Eliminate parameter non_block on gfs2_inode_lookup
authorBob Peterson <rpeterso@redhat.com>
Fri, 18 Dec 2015 17:44:49 +0000 (11:44 -0600)
committerBob Peterson <rpeterso@redhat.com>
Tue, 15 Mar 2016 14:46:50 +0000 (10:46 -0400)
commit73b462d2808d7cbca4d7886cf6aaed850640e6cd
tree922e552a06158c985e03ab2c197808e9499d9028
parentff34245d524a898eee6e013eb1ec165095277148
GFS2: Eliminate parameter non_block on gfs2_inode_lookup

Now that we're not filtering out I_FREEING inodes from our lookups
anymore, we can eliminate the non_block parameter from the lookup
function.

Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Acked-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/dir.c
fs/gfs2/inode.c
fs/gfs2/inode.h
fs/gfs2/ops_fstype.c
This page took 0.037921 seconds and 5 git commands to generate.