From: Trond Myklebust Date: Sun, 2 Feb 2014 19:36:42 +0000 (-0500) Subject: NFSv3: Fix return value of nfs3_proc_setacls X-Git-Tag: v3.14-rc2~29^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f493b9cfcd8941c6b27d6ce8e3b4a78c094b3c1;p=pandora-kernel.git NFSv3: Fix return value of nfs3_proc_setacls nfs3_proc_setacls is used internally by the NFSv3 create operations to set the acl after the file has been created. If the operation fails because the server doesn't support acls, then it must return '0', not -EOPNOTSUPP. Reported-by: Russell King Link: http://lkml.kernel.org/r/20140201010328.GI15937@n2100.arm.linux.org.uk Cc: Christoph Hellwig Tested-by: Takashi Iwai Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed