From: Steve French Date: Tue, 12 Aug 2008 14:14:40 +0000 (+0000) Subject: [CIFS] mount of IPC$ breaks with iget patch X-Git-Tag: v2.6.27-rc4~63^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad661334b8ae421154b121ee6ad3b56807adbf11;p=pandora-kernel.git [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 CC: Gunter Kukkukk CC: Stable Kernel Signed-off-by: Steve French --- Reading git-diff-tree failed