From: Mi Jinlong Date: Wed, 20 Apr 2011 09:06:25 +0000 (+0800) Subject: nfsd41: make sure nfs server process OPEN with EXCLUSIVE4_1 correctly X-Git-Tag: v3.0-rc1~8^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac6721a13e5b1a90728e790600f827a5e5f5da2f;p=pandora-kernel.git nfsd41: make sure nfs server process OPEN with EXCLUSIVE4_1 correctly 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 Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed