]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd8b7651ce83f881053a1da50b26442069f4a4d7e
tree922e552a06158c985e03ab2c197808e9499d9028
parentcb3258fb646f9f60b7b4abb078bddebc0707c199
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