]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[CIFS] mount of IPC$ breaks with iget patch
authorSteve French <sfrench@us.ibm.com>
Tue, 12 Aug 2008 14:14:40 +0000 (14:14 +0000)
committerSteve French <sfrench@us.ibm.com>
Thu, 14 Aug 2008 03:55:14 +0000 (03:55 +0000)
commitad661334b8ae421154b121ee6ad3b56807adbf11
tree64570259dc200d76616acc62aeca5fad8d474dc8
parent54b4602d5fe50571362e101138d24edb9cf82d29
[CIFS] mount of IPC$ breaks with iget patch

In looking at network named pipe support on cifs, I noticed that
Dave Howell's iget patch:

    iget: stop CIFS from using iget() and read_inode()

broke mounts to IPC$ (the interprocess communication share), and don't
handle the error case (when getting info on the root inode fails).

Thanks to Gunter who noted a typo in a debug line in the original
version of this patch.

CC: David Howells <dhowells@redhat.com>
CC: Gunter Kukkukk <linux@kukkukk.com>
CC: Stable Kernel <stable@kernel.org>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/inode.c