summaryrefslogtreecommitdiffstats
path: root/fs/splice.c
diff options
context:
space:
mode:
authorAkira Fujita <a-fujita@rs.jp.nec.com>2009-11-23 07:25:48 -0500
committerTheodore Ts'o <tytso@mit.edu>2009-11-23 07:25:48 -0500
commitf868a48d06f8886cb0367568a12367fa4f21ea0d (patch)
tree9b15c2fa850f6c34589f80f8e41fad095aa04c43 /fs/splice.c
parent503358ae01b70ce6909d19dd01287093f6b6271c (diff)
downloadop-kernel-dev-f868a48d06f8886cb0367568a12367fa4f21ea0d.zip
op-kernel-dev-f868a48d06f8886cb0367568a12367fa4f21ea0d.tar.gz
ext4: fix the returned block count if EXT4_IOC_MOVE_EXT fails
If the EXT4_IOC_MOVE_EXT ioctl fails, the number of blocks that were exchanged before the failure should be returned to the userspace caller. Unfortunately, currently if the block size is not the same as the page size, the returned block count that is returned is the page-aligned block count instead of the actual block count. This commit addresses this bug. Signed-off-by: Akira Fujita <a-fujita@rs.jp.nec.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/splice.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud