From: Jeff Layton Date: Mon, 30 Jun 2014 15:48:36 +0000 (-0400) Subject: nfsd: declare v4.1+ openowners confirmed on creation X-Git-Tag: omap-for-v3.17/fixes-against-rc2~101^2~140 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db24b3b4b2a510ad0face05aec1c5bfbe89050bb;p=pandora-kernel.git nfsd: declare v4.1+ openowners confirmed on creation There's no need to confirm an openowner in v4.1 and above, so we can go ahead and set NFS4_OO_CONFIRMED when we create openowners in those versions. This will also be necessary when we remove the client_mutex, as it'll be possible for two concurrent opens to race in versions >4.0. Signed-off-by: Jeff Layton Reviewed-by: Christoph Hellwig Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed