diff options
Diffstat (limited to 'fs/cifs/inode.c')
-rw-r--r-- | fs/cifs/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/inode.c b/fs/cifs/inode.c index 3f5bc83dc3d1..e203f63c66d5 100644 --- a/fs/cifs/inode.c +++ b/fs/cifs/inode.c | |||
@@ -1359,7 +1359,7 @@ int cifs_setattr(struct dentry *direntry, struct iattr *attrs) | |||
1359 | and this check ensures that we are not being called from | 1359 | and this check ensures that we are not being called from |
1360 | sys_utimes in which case we ought to fail the call back to | 1360 | sys_utimes in which case we ought to fail the call back to |
1361 | the user when the server rejects the call */ | 1361 | the user when the server rejects the call */ |
1362 | if((rc) && (attrs->ia_valid && | 1362 | if((rc) && (attrs->ia_valid & |
1363 | (ATTR_MODE | ATTR_GID | ATTR_UID | ATTR_SIZE))) | 1363 | (ATTR_MODE | ATTR_GID | ATTR_UID | ATTR_SIZE))) |
1364 | rc = 0; | 1364 | rc = 0; |
1365 | } | 1365 | } |