diff options
author | Lukas Czerner <[email protected]> | 2013-07-01 08:12:39 -0400 |
---|---|---|
committer | Theodore Ts'o <[email protected]> | 2013-07-01 08:12:39 -0400 |
commit | e1be3a928ee0b0b2a893695e6dd5c5dbe293af16 (patch) | |
tree | a03fcedb0198f00c02ace3814a3fe27772cf2dcf /net/unix/sysctl_net_unix.c | |
parent | 42c832debbbf819f6c4ad8601baa559c44105ba4 (diff) |
ext4: only zero partial blocks in ext4_zero_partial_blocks()
Currently if we pass range into ext4_zero_partial_blocks() which covers
entire block we would attempt to zero it even though we should only zero
unaligned part of the block.
Fix this by checking whether the range covers the whole block skip
zeroing if so.
Signed-off-by: Lukas Czerner <[email protected]>
Signed-off-by: "Theodore Ts'o" <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions