Re: [PATCH 05/27] rename open_namei() to open_pathname()

2007-11-26 Thread Christoph Hellwig
On Thu, Nov 01, 2007 at 04:08:32PM -0700, Dave Hansen wrote: > > open_namei() no longer touches namei's. rename it > to something more appropriate: open_pathname(). The name is quite non-descriptive. What about just leaving it as filp_open and merging this into the previous patches to avoid the

[PATCH 05/27] rename open_namei() to open_pathname()

2007-11-01 Thread Dave Hansen
open_namei() no longer touches namei's. rename it to something more appropriate: open_pathname(). Signed-off-by: Dave Hansen <[EMAIL PROTECTED]> --- linux-2.6.git-dave/drivers/usb/gadget/file_storage.c |4 ++-- linux-2.6.git-dave/fs/exec.c |2 +- linux-2.6.git-d