From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco Stornelli Subject: Re: [PATCH 11/16] pramfs: ACL management Date: Mon, 11 Oct 2010 18:50:43 +0200 Message-ID: <4CB34063.70803@gmail.com> References: <4CB1EAD8.2030206@gmail.com> <4CB30266.1010706@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Linux Kernel , Linux Embedded , Linux FS Devel , Tim Bird To: Kieran Bingham Return-path: In-Reply-To: <4CB30266.1010706@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org Il 11/10/2010 14:26, Kieran Bingham ha scritto: > 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 > Oops, damn copy&paste ;) I'll fix it asap. Thanks. Marco