[CIFS] add extra null attr check
authorSteve French <sfrench@us.ibm.com>
Wed, 25 Feb 2009 14:19:56 +0000 (14:19 +0000)
committerSteve French <sfrench@us.ibm.com>
Thu, 12 Mar 2009 01:36:21 +0000 (01:36 +0000)
Although attr == NULL can not happen, this makes cifs_set_file_info safer
in the future since it may not be obvious that the caller can not set
attr to NULL.

Signed-off-by: Steve French <sfrench@us.ibm.com>

No differences found