commit | 94eec0fc3520c759831763d866421b4d60b599b4 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon Jul 29 12:12:56 2013 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Jul 29 12:12:56 2013 -0400 |
tree | 9aa5ab1444110592370ce775fdb6499badc3f402 | |
parent | dd12ed144e9797094c04736f97aa27d5fe401476 [diff] |
ext4: fix retry handling in ext4_ext_truncate() We tested for ENOMEM instead of -ENOMEM. Oops. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> Cc: stable@vger.kernel.org