On Mon, Jul 01, 2013 at 08:59:49PM +0100, Al Viro wrote: > The major change in that pile is ->readdir() replacement with ->iterate(), > dealing with ->f_pos races in ->readdir() instances for good. There's > a lot more, but I'd prefer to split the pull request into several stages > and this is the first obvious cutoff point. Please, pull from the > usual place - > git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus Again a little later, but iterate seems like a bad choice for a directory specific operation in struct file operations, it really should have "dir" somewhere in the method name. -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html