Home
last modified time | relevance | path

Searched hist:"0 c095c7f113e9fd05913d6e1b2cccbe356be039e" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/ext4/
H A Dinode.cdiff 0c095c7f113e9fd05913d6e1b2cccbe356be039e Tue Jul 27 10:56:06 CDT 2010 Theodore Ts'o <tytso@mit.edu> ext4: Don't error out the fs if the user tries to make a file too big

If the user attempts to make a non-extent-mapped file to be too large,
return EFBIG, but don't call ext4_std_err() which will end up marking
the file system as containing an error.

Thanks to Toshiyuki Okajima-san at Fujitsu for pointing this out.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>