···33193319 /* must be turned off for recursive notify_change calls */33203320 ia_valid = attr->ia_valid &= ~(ATTR_KILL_SUID|ATTR_KILL_SGID);3321332133223322- if (is_quota_modification(inode, attr))33233323- dquot_initialize(inode);33223322+ if (is_quota_modification(inode, attr)) {33233323+ error = dquot_initialize(inode);33243324+ if (error)33253325+ return error;33263326+ }33243327 reiserfs_write_lock(inode->i_sb);33253328 if (attr->ia_valid & ATTR_SIZE) {33263329 /*