[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LRH.2.00.0909080820010.11493@tundra.namei.org>
Date: Tue, 8 Sep 2009 08:20:20 +1000 (EST)
From: James Morris <jmorris@...ei.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Al Viro <viro@...iv.linux.org.uk>,
Linux Filesystem Mailing List <linux-fsdevel@...r.kernel.org>,
Eric Paris <eparis@...hat.com>, Mimi Zohar <zohar@...ibm.com>
Subject: Re: [PATCH 5/8] Make 'check_acl()' a first-class filesystem op
On Mon, 7 Sep 2009, Linus Torvalds wrote:
>
> From: Linus Torvalds <torvalds@...ux-foundation.org>
> Date: Fri, 28 Aug 2009 11:51:25 -0700
>
> This is stage one in flattening out the callchains for the common
> permission testing. Rather than have most filesystem implemnt their
> inode->i_op->permission own function that just calls back down to the
> VFS layers 'generic_permission()' with the per-filesystem ACL checking
> function, the filesystem can just expose its 'check_acl' function
> directly, and let the VFS layer do everything for it.
>
> This is all just preparatory - no filesystem actually enables this yet.
>
> Signed-off-by: Linus Torvalds <torvalds@...ux-foundation.org>
Reviewed-by: James Morris <jmorris@...ei.org>
--
James Morris
<jmorris@...ei.org>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists