On Sun, 5 Apr 2009 09:42:14 -0400 Christoph Hellwig <hch@xxxxxxxxxxxxx> wrote: > On Sun, Apr 05, 2009 at 09:09:19AM -0400, Jeff Layton wrote: > > The current cifs_iget isn't suitable for anything but the root inode. > > Rename it with a more appropriate name. > > And using it for the root inode is stupid, too as it can't be in cache. > > The root inode is the case where you can easily use new_inode. > Yep. We might want to just get rid of that eventually and move the IPC stuff elsewhere. With the follow-on patches here, I think using iget makes the code a little simpler so I'll leave this in place for now. -- Jeff Layton <jlayton@xxxxxxxxxx> -- 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