From: Steve French Date: Tue, 24 Nov 2009 22:17:59 +0000 (+0000) Subject: [CIFS] fix oops in cifs_lookup during net boot X-Git-Tag: v2.6.32~34^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e6c0332d5032aef2d3bc8f41771f999112c8c66;p=pandora-kernel.git [CIFS] fix oops in cifs_lookup during net boot Fixes bugzilla.kernel.org bug number 14641 Lookup called during network boot (network root filesystem for diskless workstation) has case where nd is null in lookup. This patch fixes that in cifs_lookup. (Shirish noted that 2.6.30 and 2.6.31 stable need the same check) Signed-off-by: Shirish Pargaonkar Acked-by: Jeff Layton Tested-by: Vladimir Stavrinov CC: Stable Signed-off-by: Steve French --- Reading git-diff-tree failed