Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262034AbVATD05 (ORCPT ); Wed, 19 Jan 2005 22:26:57 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262029AbVATDZG (ORCPT ); Wed, 19 Jan 2005 22:25:06 -0500 Received: from news.suse.de ([195.135.220.2]:31699 "EHLO Cantor.suse.de") by vger.kernel.org with ESMTP id S262033AbVATDX2 (ORCPT ); Wed, 19 Jan 2005 22:23:28 -0500 Message-Id: <20050120032510.759333000@suse.de> References: <20050120020124.110155000@suse.de> Date: Thu, 20 Jan 2005 03:01:24 +0100 From: Andreas Gruenbacher To: Andrew Morton , Linus Torvalds , "Theodore Ts'o" Cc: Andrew Tridgell , "Stephen C. Tweedie" , Andreas Dilger , Alex Tomas , linux-kernel@vger.kernel.org Subject: [patch 3/5] Documentation fix Content-Disposition: inline; filename=ea-xattr-doc.diff Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1147 Lines: 31 In-inode xattr entry descriptors are unsorted. Signed-off-by: Andreas Gruenbacher Index: linux-2.6.11-latest/fs/ext3/xattr.c =================================================================== --- linux-2.6.11-latest.orig/fs/ext3/xattr.c +++ linux-2.6.11-latest/fs/ext3/xattr.c @@ -37,9 +37,9 @@ * | value 2 | | * +------------------+ * - * The header is followed by multiple entry descriptors. Descriptors are - * kept sorted. The attribute values are aligned to the end of the block - * in no specific order. + * The header is followed by multiple entry descriptors. In disk blocks, the + * entry descriptors are kept sorted. In inodes, they are unsorted. The + * attribute values are aligned to the end of the block in no specific order. * * Locking strategy * ---------------- -- Andreas Gruenbacher SUSE Labs, SUSE LINUX PRODUCTS GMBH - 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/