Searched hist:aea93397db4b39c9d15443a0e7cc9a380ba990c6 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/nfsd/ |
H A D | vfs.h | diff aea93397db4b39c9d15443a0e7cc9a380ba990c6 Sun Apr 10 09:35:12 CDT 2011 J. Bruce Fields <bfields@redhat.com> nfsd: distinguish functions of NFSD_MAY_* flags
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: J. Bruce Fields <bfields@redhat.com>
|
H A D | vfs.c | diff aea93397db4b39c9d15443a0e7cc9a380ba990c6 Sun Apr 10 09:35:12 CDT 2011 J. Bruce Fields <bfields@redhat.com> nfsd: distinguish functions of NFSD_MAY_* flags
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: J. Bruce Fields <bfields@redhat.com>
|