Skip to content
Commit bdeca1b7 authored by Trond Myklebust's avatar Trond Myklebust
Browse files

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: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent cd4c9be2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment