commit | 705965bd6dfadc3b2e0241da1423ef660bdd04c8 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Tue Mar 08 23:08:10 2016 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Mar 08 23:08:10 2016 -0500 |
tree | c29f27d3d461da8b36c7708ea5f21778b7df40c3 | |
parent | e142d05263a4beedefd331d445c394f4397e9f03 [diff] |
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>