nfsd4: remove redundant check from nfsd4_open
authorJ. Bruce Fields <bfields@citi.umich.edu>
Sat, 14 Mar 2009 20:38:41 +0000 (16:38 -0400)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Wed, 18 Mar 2009 21:38:41 +0000 (17:38 -0400)
commit5cb031b0afddad73ea4191c9f0b76d20ca447dc0
tree74026ee23585761839ce703003e19587f2b9dbd9
parent05f4f678b0511a24795a017b5332455077be3b1c
nfsd4: remove redundant check from nfsd4_open

Note that we already checked for this invalid case at the top of this
function.

Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
fs/nfsd/nfs4proc.c