https://github.com/torvalds/linux
Revision ca3643171bc6e08b7c4d1f9a2ce659541a01a7fe authored by J.Bruce Fields on 13 December 2006, 08:35:27 UTC, committed by Linus Torvalds on 13 December 2006, 17:05:54 UTC
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>
1 parent 01f3bd1
History
Tip revision: ca3643171bc6e08b7c4d1f9a2ce659541a01a7fe authored by J.Bruce Fields on 13 December 2006, 08:35:27 UTC
[PATCH] knfsd: nfsd4: pass saved and current fh together into nfsd4 operations
Tip revision: ca36431
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 547 bytes
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 88.5 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 75.2 KB
Makefile -rw-r--r-- 49.2 KB
README -rw-r--r-- 16.5 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top