• J. Bruce Fields's avatar
    nfsd: distinguish functions of NFSD_MAY_* flags · aea93397
    J. Bruce Fields authored
    Most of the NFSD_MAY_* flags actually request permissions, but over the
    years we've accreted a few that modify the behavior of the permission or
    open code in other ways.
    
    Distinguish the two cases a little more.  In particular, allow the
    shortcut at the start of nfsd_permission to ignore the
    non-permission-requesting bits.
    Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
    aea93397
vfs.c 53.1 KB