nfsd41: make sure nfs server process OPEN with EXCLUSIVE4_1 correctly
authorMi Jinlong <mijinlong@cn.fujitsu.com>
Wed, 20 Apr 2011 09:06:25 +0000 (17:06 +0800)
committerJ. Bruce Fields <bfields@redhat.com>
Sat, 30 Apr 2011 00:47:52 +0000 (20:47 -0400)
The NFS server uses nfsd_create_v3 to handle EXCLUSIVE4_1 opens, but
that function is not prepared to handle them.

Rename nfsd_create_v3() to do_nfsd_create(), and add handling of
EXCLUSIVE4_1.

Signed-off-by: Mi Jinlong <mijinlong@cn.fujitsu.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>

No differences found