commit | 203a8c8e66278a5936a230edaac29017e50c88fb | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@citi.umich.edu> | Sat Feb 21 13:29:14 2009 -0800 |
committer | J. Bruce Fields <bfields@citi.umich.edu> | Wed Mar 18 17:38:18 2009 -0400 |
tree | 93165a85d0ff93271f23f2a753c93d0df754d138 | |
parent | 3e633079e377d2b527a8390f63ceb887b5cabfbf [diff] |
nfsd4: separate delegreturn case from preprocess_stateid_op Delegreturn is enough a special case for preprocess_stateid_op to warrant just open-coding it in delegreturn. There should be no change in behavior here; we're just reshuffling code. Thanks to Yang Hongyang for catching a critical typo. Reviewed-by: Yang Hongyang <yanghy@cn.fujitsu.com> Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>