summaryrefslogtreecommitdiff
path: root/config.sub
AgeCommit message (Expand)AuthorFilesLines
2009-05-24New upstream release 15.7a, fixing CVE-2009-014815.7a-1Tobias Klauser1-13/+41
2008-05-18Fix Bashisms in contrib/ocs (Closes: #480591)15.6-6Tobias Klauser1-6/+38
2007-12-10cscope 15.6-515.6-5Tobias Klauser1-3/+7
2007-06-07cscope 15.6-315.6-3Tobias Klauser1-5/+11
2006-11-13Initial import15.6-2Tobias Klauser1-0/+1616
fs2/acl.c?id=4e34e719e457f2e031297175410fc0bd4016a085'>fs/gfs2/acl.c parentedde854e8bb34a7f32fa993d721f1da0faf64165 (diff)
fs: take the ACL checks to common code
Replace the ->check_acl method with a ->get_acl method that simply reads an ACL from disk after having a cache miss. This means we can replace the ACL checking boilerplate code with a single implementation in namei.c. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/gfs2/acl.c')