e 2905089c0d20ef7a6017d40acbe887148f3cd1fa parent d015641734cde55d2fce48a6db3983c8a029fe05 author Theodore Ts'o 1218887855 -0400 committer Theodore Ts'o 1218887855 -0400 ext4: Use ext4_discard_reservations instead of mballoc-specific call 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" Reviewed-by: Mingming Cao