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)
commit705965bd6dfadc3b2e0241da1423ef660bdd04c8
treec29f27d3d461da8b36c7708ea5f21778b7df40c3
parente142d05263a4beedefd331d445c394f4397e9f03
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