Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S268987AbUIXRDD (ORCPT ); Fri, 24 Sep 2004 13:03:03 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S268985AbUIXRCZ (ORCPT ); Fri, 24 Sep 2004 13:02:25 -0400 Received: from mx1.redhat.com ([66.187.233.31]:20952 "EHLO mx1.redhat.com") by vger.kernel.org with ESMTP id S268987AbUIXRBj (ORCPT ); Fri, 24 Sep 2004 13:01:39 -0400 Date: Fri, 24 Sep 2004 13:01:27 -0400 (EDT) From: James Morris X-X-Sender: jmorris@thoron.boston.redhat.com To: Andrew Morton cc: linux-kernel@vger.kernel.org, Stephen Smalley Subject: Re: 2.6.9-rc2-mm3 - [PATCH] tmpfs xattr fix In-Reply-To: <20040924014643.484470b1.akpm@osdl.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1028 Lines: 23 Andrew, please add this fix for a typo in the new tmpfs xattr code. Signed-off-by: James Morris diff -purN -X dontdiff linux-2.6.9-rc2-mm3.o/mm/shmem.c linux-2.6.9-rc2-mm3.w/mm/shmem.c --- linux-2.6.9-rc2-mm3.o/mm/shmem.c 2004-09-24 10:46:41.000000000 -0400 +++ linux-2.6.9-rc2-mm3.w/mm/shmem.c 2004-09-24 12:54:39.000000000 -0400 @@ -2085,7 +2085,7 @@ static struct vm_operations_struct shmem static size_t shmem_xattr_security_list(struct inode *inode, char *list, size_t list_len, const char *name, size_t name_len) { - return security_inode_listsecurity(inode, list, name_len); + return security_inode_listsecurity(inode, list, list_len); } static int shmem_xattr_security_get(struct inode *inode, const char *name, void *buffer, size_t size) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/