[pnfs] [PATCH] pnfs: ensure that nfsd requires a filehandle for GETDEVICELIST

David M. Richter richterd at citi.umich.edu
Thu May 1 13:20:21 EDT 2008


No longer set the ALLOWED_WITHOUT_FH flag for OP_GETDEVICELIST.

Signed-off-by: David M. Richter <richterd at citi.umich.edu>
---
 fs/nfsd/nfs4proc.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/fs/nfsd/nfs4proc.c b/fs/nfsd/nfs4proc.c
index 48ff093..19c9805 100644
--- a/fs/nfsd/nfs4proc.c
+++ b/fs/nfsd/nfs4proc.c
@@ -1571,7 +1571,6 @@ static struct nfsd4_operation nfsd4_ops[NFSD4_LAST_OP+1] = {
 #if defined(CONFIG_PNFSD)
 	[OP_GETDEVICELIST] = {
 		.op_func = (nfsd4op_func)nfsd4_getdevlist,
-		.op_flags = ALLOWED_WITHOUT_FH,
 	},
 	[OP_GETDEVICEINFO] = {
 		.op_func = (nfsd4op_func)nfsd4_getdevinfo,
-- 
1.5.4



More information about the pNFS mailing list