diff options
author | 2011-02-27 23:32:12 -0500 | |
---|---|---|
committer | 2011-02-27 23:32:12 -0500 | |
commit | 8e8eaabefee3ff645b9551ee32c6c54c7d80ad19 (patch) | |
tree | 101f4a24a8f57f798a74eb097c424b882f872bf8 /kernel/sysctl.c | |
parent | ext4: fix missing iput of root inode for some mount error paths (diff) | |
download | wireguard-linux-8e8eaabefee3ff645b9551ee32c6c54c7d80ad19.tar.xz wireguard-linux-8e8eaabefee3ff645b9551ee32c6c54c7d80ad19.zip |
ext4: use the nblocks arg to ext4_truncate_restart_trans()
nblocks is passed into ext4_truncate_restart_trans() from
ext4_ext_truncate_extend_restart() with a value different from the default
blocks_for_truncate(), but is being ignored.
The two other calls to ext4_truncate_restart_trans() already pass the
default value, which is then being recalculated inside the function.
Fix the problem by using the passed argument.
Signed-off-by: Amir Goldstein <amir73il@users.sf.net>
Diffstat (limited to 'kernel/sysctl.c')
0 files changed, 0 insertions, 0 deletions