[PATCH] knfsd: fixing missing 'expkey' support for fsid type 3
authorFrank Filz <ffilzlnx@us.ibm.com>
Fri, 30 Jun 2006 08:56:11 +0000 (01:56 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 30 Jun 2006 18:25:39 +0000 (11:25 -0700)
commit4bdff8c0950afa6a3f2efec6cd15159d97fac1e6
treefe360f4241762d7cf8b12b6a531f75446d93b0b4
parenta56f39375a7bd183149c18286389e4a58ac9bc95
[PATCH] knfsd: fixing missing 'expkey' support for fsid type 3

Type '3' is used for the fsid in filehandles when the device number of the
device holding the filesystem has more than 8 bits in either major or minor.
Unfortunately expkey_parse doesn't recognise type 3.  Fix this.

(Slighty modified from Frank's original)

Signed-off-by: Frank Filz <ffilzlnx@us.ibm.com>
Signed-off-by: Neil Brown <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/nfsd/export.c