Re: [CFT][PATCH] ramfs/tmpfs readdir()

Manfred Spraul (manfred@colorfullife.com)
Sun, 04 Nov 2001 19:27:15 +0100



Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

>
> Note that other filesystems would already enjoy having a d_offset in the
> dentry: it allows for various other optimizations (ie making "unlink()" a
> O(1) operation, by not having to search the directory).
>
The dentry structure already contains 2 members for filesystem use
(d_time and d_fsdata), is a third member really required?

--
	Manfred
-
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/