From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Blunck Subject: [RFC 0/2] readdir() as an inode operation Date: Sat, 20 Oct 2007 12:09:03 +0200 Message-ID: <20071020100903.717837398@X40.localnet> Cc: Linux-Kernel Mailinglist , linux-fsdevel@vger.kernel.org To: Christoph Hellwig , Alexander Viro Return-path: Received: from mx1.suse.de ([195.135.220.2]:38553 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755026AbXJTKK5 (ORCPT ); Sat, 20 Oct 2007 06:10:57 -0400 Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org 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