knfsd: nfsd4: parse secinfo information in exports downcall
authorAndy Adamson <andros@citi.umich.edu>
Tue, 17 Jul 2007 11:04:42 +0000 (04:04 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 17 Jul 2007 17:23:07 +0000 (10:23 -0700)
commite677bfe4d451f8271986a229270c6eecd1f62b3f
tree75cbbe0a5d853c006d0f9aeab7dcee77148d470c
parentc4170583f655dca5da32bd14173d6a93805fc48b
knfsd: nfsd4: parse secinfo information in exports downcall

We add a list of pseudoflavors to each export downcall, which will be used
both as a list of security flavors allowed on that export, and (in the order
given) as the list of pseudoflavors to return on secinfo calls.

This patch parses the new downcall information and adds it to the export
structure, but doesn't use it for anything yet.

Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Signed-off-by: Andy Adamson <andros@citi.umich.edu>
Signed-off-by: Neil Brown <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/nfsd/export.c
include/linux/nfsd/export.h