Skip to content

Commit

Permalink
[PATCH] knfsd: nfsd4: pass saved and current fh together into nfsd4 o…
Browse files Browse the repository at this point in the history
…perations

Pass the saved and current filehandles together into all the nfsd4 compound
operations.

I want a unified interface to these operations so we can just call them by
pointer and throw out the huge switch statement.

Also I'll eventually want a structure like this--that holds the state used
during compound processing--for deferral.

Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Signed-off-by: Neil Brown <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
J.Bruce Fields authored and Linus Torvalds committed Dec 13, 2006
1 parent 01f3bd1 commit ca36431
Show file tree
Hide file tree
Showing 3 changed files with 259 additions and 179 deletions.
Loading

0 comments on commit ca36431

Please sign in to comment.