]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[CIFS] Fix typo in earlier cifs_unlink change and protect one extra path.
authorSteve French <sfrench@us.ibm.com>
Sat, 14 Oct 2006 08:11:47 +0000 (10:11 +0200)
committerAdrian Bunk <bunk@stusta.de>
Sat, 14 Oct 2006 08:11:47 +0000 (10:11 +0200)
commitfd21c69ab8ab3e175f62fc09b38b1ab64e787f72
tree86c4b16f250383e553af7ca2e18fde331814ae5c
parenta59ce20e0e4ed46c633d284cad159af84a8f2822
[CIFS] Fix typo in earlier cifs_unlink change and protect one extra path.

Since cifs_unlink can also be called from rename path and there
was one report of oops am making the extra check for null inode.

Signed-off-by: Steve French <sfrench@us.ibm.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
fs/cifs/inode.c