From: Trond Myklebust Date: Tue, 23 Apr 2013 18:52:44 +0000 (-0400) Subject: NFSv4: Don't recheck permissions on open in case of recovery cached open X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~98^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdeca1b76cd56cd10a029f0ad2fd9ab6dd7e313d;p=pandora-kernel.git NFSv4: Don't recheck permissions on open in case of recovery cached open If we already checked the user access permissions on the original open, then don't bother checking again on recovery. Doing so can cause a deadlock with NFSv4.1, since the may_open() operation is not privileged. Furthermore, we can't report an access permission failure here anyway. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed