From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752155AbZIHSG3 (ORCPT ); Tue, 8 Sep 2009 14:06:29 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752022AbZIHSG2 (ORCPT ); Tue, 8 Sep 2009 14:06:28 -0400 Received: from mk-filter-3-a-1.mail.uk.tiscali.com ([212.74.100.54]:53273 "EHLO mk-filter-3-a-1.mail.uk.tiscali.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751994AbZIHSG2 (ORCPT ); Tue, 8 Sep 2009 14:06:28 -0400 X-Trace: 256262944/mk-filter-3.mail.uk.tiscali.com/B2C/$b2c-THROTTLED-DYNAMIC/b2c-CUSTOMER-DYNAMIC-IP/80.41.1.197/None/hugh.dickins@tiscali.co.uk X-SBRS: None X-RemoteIP: 80.41.1.197 X-IP-MAIL-FROM: hugh.dickins@tiscali.co.uk X-SMTP-AUTH: X-MUA: X-IP-BHB: Once X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArMEAOg5pkpQKQHF/2dsb2JhbACBU91QhBgF X-IronPort-AV: E=Sophos;i="4.44,353,1249254000"; d="scan'208";a="256262944" Date: Tue, 8 Sep 2009 19:05:42 +0100 (BST) From: Hugh Dickins X-X-Sender: hugh@sister.anvils To: Linus Torvalds cc: Linux Kernel Mailing List , Al Viro , Linux Filesystem Mailing List , Eric Paris , Mimi Zohar , James Morris Subject: Re: [PATCH 6/8] shmfs: use 'check_acl' instead of 'permission' In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 7 Sep 2009, Linus Torvalds wrote: > > From: Linus Torvalds > Date: Fri, 28 Aug 2009 12:04:28 -0700 > > shmfs wants purely standard POSIX ACL semantics, so we can use the new > generic VFS layer POSIX ACL checking rather than cooking our own > 'permission()' function. > > Signed-off-by: Linus Torvalds Acked-by: Hugh Dickins > --- > include/linux/shmem_fs.h | 2 +- > mm/shmem.c | 6 +++--- > mm/shmem_acl.c | 11 +---------- > 3 files changed, 5 insertions(+), 14 deletions(-)