From: J. Bruce Fields Date: Sun, 10 Apr 2011 14:35:12 +0000 (-0400) Subject: nfsd: distinguish functions of NFSD_MAY_* flags X-Git-Tag: v3.0-rc1~8^2~13 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aea93397db4b39c9d15443a0e7cc9a380ba990c6;p=pandora-kernel.git 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 --- Reading git-diff-tree failed