nfsd4: split open/lockowner release code
authorJ. Bruce Fields <bfields@citi.umich.edu>
Sun, 11 Jan 2009 20:24:04 +0000 (15:24 -0500)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Wed, 18 Mar 2009 21:30:47 +0000 (17:30 -0400)
commitf044ff830f1afe91e4388320f0c7b6e08d2e05f8
tree0656c99afbc46b094e276ea91078784cca1cf114
parentf1d110caf7d759eae2c02c84343f63d83db9b9be
nfsd4: split open/lockowner release code

The caller always knows specifically whether it's releasing a lockowner
or an openowner, and the code is simpler if we use separate functions
(and the apparent recursion is gone).

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