From: J. Bruce Fields Date: Fri, 30 Jun 2006 08:56:17 +0000 (-0700) Subject: [PATCH] knfsd: nfsd4: fix open flag passing X-Git-Tag: v2.6.18-rc1~263 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ecb6a08d84d0e795648d5add64f154bc406914b;p=pandora-kernel.git [PATCH] knfsd: nfsd4: fix open flag passing Since nfsv4 actually keeps around the file descriptors it gets from open (instead of just using them for a single read or write operation), we need to make sure that we can do RDWR opens and not just RDONLY/WRONLY. Signed-off-by: J. Bruce Fields Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed