From mboxrd@z Thu Jan 1 00:00:00 1970 From: Josef "Jeff" Sipek Subject: [PATCH 00 of 23] struct file: Use struct path Date: Sat, 21 Oct 2006 02:17:25 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: linux-fsdevel@vger.kernel.org, akpm@osdl.org, torvalds@osdl.org, viro@ftp.linux.org.uk, hch@infradead.org Return-path: To: linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org The struct file changes in the following patches were suggested by Al Viro during the discussion of struct path almost a week ago. The first patch changes struct file to use struct path instead of just having struct dentry and struct vfsmount pointers. The remaining patches change several filesystem, the kernel/ and mm/ directories, as well as the i386 and x86_64 arch code. These patches depend on the struct path patches from October 18th already in -mm. 102 files changed, 463 insertions(+), 461 deletions(-) Signed-off-by: Josef "Jeff" Sipek