]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: rename and split get blocks functions
authorJan Kara <jack@suse.cz>
Wed, 9 Mar 2016 04:08:10 +0000 (23:08 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 9 Mar 2016 04:08:10 +0000 (23:08 -0500)
commit0c217b57667da3f1067c2e106b6624c2316f9c10
treec29f27d3d461da8b36c7708ea5f21778b7df40c3
parent657138e514f8f6daf5e94182864952fa32901970
ext4: rename and split get blocks functions

Rename ext4_get_blocks_write() to ext4_get_blocks_unwritten() to better
describe what it does. Also split out get blocks functions for direct
IO. Later we move functionality from _ext4_get_blocks() there. There's no
functional change in this patch.

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