git.samba.org
/
sfrench
/
cifs-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux...
[sfrench/cifs-2.6.git]
/
fs
/
udf
/
file.c
diff --git
a/fs/udf/file.c
b/fs/udf/file.c
index 83092fb025e2a7e282f44029383a55adfe0e39c0..baae3a723946e5b89d9a9cb90b576e4716113b7e 100644
(file)
--- a/
fs/udf/file.c
+++ b/
fs/udf/file.c
@@
-238,7
+238,7
@@
int udf_setattr(struct dentry *dentry, struct iattr *iattr)
if (error)
return error;
- if (i
attr->ia_valid & ATTR_SIZE
)
+ if (i
s_quota_modification(inode, iattr)
)
dquot_initialize(inode);
if ((iattr->ia_valid & ATTR_UID && iattr->ia_uid != inode->i_uid) ||