]> git.karo-electronics.de Git - karo-tx-linux.git/commit
nfsd41: modify the members value of nfsd4_op_flags
authorMi Jinlong <mijinlong@cn.fujitsu.com>
Fri, 18 Feb 2011 01:08:31 +0000 (09:08 +0800)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 26 Jun 2011 16:47:14 +0000 (12:47 -0400)
commitfd06b21444576c050eee01721609912ee9fbdf1c
tree93c4bd9075b370188007a1c4cb007403098c747d
parentddbd4ca233627706baa01dee4fb600014bcc8f41
nfsd41: modify the members value of nfsd4_op_flags

commit 5ece3cafbd88d4da5c734e1810c4a2e6474b57b2 upstream.

The members of nfsd4_op_flags, (ALLOWED_WITHOUT_FH | ALLOWED_ON_ABSENT_FS)
equals to  ALLOWED_AS_FIRST_OP, maybe that's not what we want.

OP_PUTROOTFH with op_flags = ALLOWED_WITHOUT_FH | ALLOWED_ON_ABSENT_FS,
can't appears as the first operation with out SEQUENCE ops.

This patch modify the wrong value of ALLOWED_WITHOUT_FH etc which
was introduced by f9bb94c4.

Reviewed-by: Benny Halevy <bhalevy@panasas.com>
Signed-off-by: Mi Jinlong <mijinlong@cn.fujitsu.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
fs/nfsd/nfs4proc.c