ext4: fix retry handling in ext4_ext_truncate()
authorTheodore Ts'o <tytso@mit.edu>
Mon, 29 Jul 2013 16:12:56 +0000 (12:12 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 29 Jul 2013 16:12:56 +0000 (12:12 -0400)
We tested for ENOMEM instead of -ENOMEM.   Oops.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Cc: stable@vger.kernel.org

No differences found