Details
-
Improvement
-
Resolution: Fixed
-
Minor
-
Lustre 2.2.0
-
None
-
1
-
4671
Description
Add check to ll_setattr_raw() to handle the case for truncate to a file size larger than the rlimit set for the process. This is normally handled by inode_change_ok->inode_newsize_ok(), but we don't call inode_change_ok() directly.