ext4: Use ext4_discard_reservations instead of mballoc-specific call
authorTheodore Ts'o <tytso@mit.edu>
Sat, 16 Aug 2008 11:57:35 +0000 (07:57 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 16 Aug 2008 11:57:35 +0000 (07:57 -0400)
In ext4_ext_truncate(), we should use the more generic
ext4_discard_reservations() call so we do the right thing when the
filesystem is mounted with the nomballoc option.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Reviewed-by: Mingming Cao <cmm@us.ibm.com>

No differences found