commit | 950ec52880fab89b957c7dc45e8b8476dd63741f | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Wed Feb 11 08:08:26 2009 -0500 |
committer | Steve French <sfrench@us.ibm.com> | Sat Feb 21 03:37:08 2009 +0000 |
tree | dfb8bd4bdf0e455fefd453c4e899276641a60394 | |
parent | 132ac7b77cc95a22d6118d327c96586759fbf006 [diff] |
cifs: properly handle case where CIFSGetSrvInodeNumber fails ...if it does then we pass a pointer to an unintialized variable for the inode number to cifs_new_inode. Have it pass a NULL pointer instead. Also tweak the function prototypes to reduce the amount of casting. Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve French <sfrench@us.ibm.com>