From: Christoph Hellwig Date: Wed, 7 May 2014 11:49:44 +0000 (+0200) Subject: nfsd: clean up fh_auth usage X-Git-Tag: omap-for-v3.16/fixes-against-rc1~67^2~92 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5409e46f1bcf960c651f3fff35f2f25e539655cf;p=pandora-kernel.git nfsd: clean up fh_auth usage Use fh_fsid when reffering to the fsid part of the filehandle. The variable length auth field envisioned in nfsfh wasn't ever implemented. Also clean up some lose ends around this and document the file handle format better. Btw, why do we even export nfsfh.h to userspace? The file handle very much is kernel private, and nothing in nfs-utils include the header either. Signed-off-by: Christoph Hellwig Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed