From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kieran Bingham Subject: Re: [PATCH 11/16] pramfs: ACL management Date: Mon, 11 Oct 2010 13:26:14 +0100 Message-ID: <4CB30266.1010706@gmail.com> References: <4CB1EAD8.2030206@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Linux Kernel , Linux Embedded , Linux FS Devel , Tim Bird To: Marco Stornelli Return-path: In-Reply-To: <4CB1EAD8.2030206@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On 10/10/2010 17:33, Marco Stornelli wrote: > From: Marco Stornelli > > ACL operations. > > Signed-off-by: Marco Stornelli > --- > diff -Nurp linux-2.6.36-orig/fs/pramfs/acl.c linux-2.6.36/fs/pramfs/acl.c > --- linux-2.6.36-orig/fs/pramfs/acl.c 1970-01-01 01:00:00.000000000 +0100 > +++ linux-2.6.36/fs/pramfs/acl.c 2010-09-14 18:49:52.000000000 +0200 > @@ -0,0 +1,418 @@ > +/* > + * FILE NAME fs/pramfs/acl.h Found another one :) FILE NAME != acl.h ... -- KB