linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC 0/2] readdir() as an inode operation
@ 2007-10-20 10:09 Jan Blunck
  2007-10-20 10:09 ` [RFC 1/2] i_op->readdir: Change readdir() to be " Jan Blunck
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Jan Blunck @ 2007-10-20 10:09 UTC (permalink / raw)
  To: Christoph Hellwig, Alexander Viro; +Cc: Linux-Kernel Mailinglist, linux-fsdevel

This is a first try to move readdir() to become an inode operation. This is
necessary for a VFS implementation of "something like union-mounts" where a
readdir() needs to read the directory contents of multiple directories.
Besides that the new interface is no longer giving the struct file to the
filesystem implementations anymore.

Comments, please?
Jan


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-10-31  7:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-20 10:09 [RFC 0/2] readdir() as an inode operation Jan Blunck
2007-10-20 10:09 ` [RFC 1/2] i_op->readdir: Change readdir() to be " Jan Blunck
2007-10-20 10:09 ` [RFC 2/2] i_op->readdir: Change libfs users to the new interface Jan Blunck
2007-10-30 15:26 ` [RFC 0/2] readdir() as an inode operation Jan Kara
2007-10-31  3:43   ` Brad Boyer
2007-10-31  7:13   ` Theodore Tso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).