From: Christoph Hellwig Date: Tue, 17 Jul 2007 11:04:30 +0000 (-0700) Subject: knfsd: exportfs: add procedural interface for NFSD X-Git-Tag: v2.6.23-rc1~668 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d37065cd6d6bbe98fd4be14d6c9e64c0bfa124c5;p=pandora-kernel.git knfsd: exportfs: add procedural interface for NFSD Currently NFSD calls directly into filesystems through the export_operations structure. I plan to change this interface in various ways in later patches, and want to avoid the export of the default operations to NFSD, so this patch adds two simple exportfs_encode_fh/exportfs_decode_fh helpers for NFSD to call instead of poking into exportfs guts. Signed-off-by: Christoph Hellwig Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed