[CIFS] Fix typo in earlier cifs_unlink change and protect one
authorSteve French <sfrench@us.ibm.com>
Fri, 31 Mar 2006 22:43:50 +0000 (22:43 +0000)
committerSteve French <sfrench@us.ibm.com>
Fri, 31 Mar 2006 22:43:50 +0000 (22:43 +0000)
commit06bcfedd05448e63cae8924074bfacdf82bb17d4
treec213b29cad1f44db615f5293476abd249618b70d
parente9917a000fcc370408c8b7b83f2e85dba5fffbd4
[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>
fs/cifs/inode.c