commit | 1adcb71092f6461c4002ccf29d316f6da3e1f39b | [log] [tgz] |
---|---|---|
author | Steve French <sfrench@us.ibm.com> | Wed Feb 25 14:19:56 2009 +0000 |
committer | Steve French <sfrench@us.ibm.com> | Thu Mar 12 01:36:21 2009 +0000 |
tree | bc2238c4e473542f0b18bec7433f92d58d53b216 | |
parent | 4717bed6806dab0270e5bfbc45e9f999e63ededd [diff] |
[CIFS] add extra null attr check 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>