From: Jeff Layton Date: Wed, 11 Feb 2009 13:08:26 +0000 (-0500) Subject: cifs: properly handle case where CIFSGetSrvInodeNumber fails X-Git-Tag: v2.6.29-rc6~15^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=950ec52880fab89b957c7dc45e8b8476dd63741f;p=pandora-kernel.git 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 Signed-off-by: Steve French --- Reading git-diff-tree failed