[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080324052623.GA13691@one.firstfloor.org>
Date: Mon, 24 Mar 2008 06:26:23 +0100
From: Andi Kleen <andi@...stfloor.org>
To: Nicholas Miell <nmiell@...cast.net>
Cc: Ulrich Drepper <drepper@...il.com>,
Andi Kleen <andi@...stfloor.org>,
Andrew Morton <akpm@...ux-foundation.org>,
linux-kernel@...r.kernel.org, linux-mm@...ck.org
Subject: Re: [PATCH prototype] [0/8] Predictive bitmaps for ELF executables
First emacs is still a rather small executable, there are much larger
ones around.
> The limit is filesystem dependent -- I think ext2/3s is something like
> 4k total for attribute names and values per inode.
That large xattrs tend to be out of line on a separate block and that would cost
an additional seek. It would be unlikely to be continuous to the rest of the file
data and thus even be worse than the SHDR which is at least likely to be
served from the same track buffer as the executable.
-Andi
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists