]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: provide ext4_issue_zeroout()
authorJan Kara <jack@suse.com>
Mon, 7 Dec 2015 20:09:35 +0000 (15:09 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 7 Dec 2015 20:09:35 +0000 (15:09 -0500)
commit1c39df77c7ea1c41da5d361c1d16db7ba237c299
tree52b3a182a397ee36470e44b5deb4633f67c1478b
parent57d68abdc255972d09be134ae40f6e1df30b7836
ext4: provide ext4_issue_zeroout()

Create new function ext4_issue_zeroout() to zeroout contiguous (both
logically and physically) part of inode data. We will need to issue
zeroout when extent structure is not readily available and this function
will allow us to do it without making up fake extent structures.

Signed-off-by: Jan Kara <jack@suse.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/crypto.c
fs/ext4/ext4.h
fs/ext4/extents.c
fs/ext4/inode.c