ext4: mechanical rename some of the direct I/O get_block's identifiers
authorJiaying Zhang <jiayingz@google.com>
Tue, 2 Mar 2010 18:28:44 +0000 (13:28 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 2 Mar 2010 18:28:44 +0000 (13:28 -0500)
commitc7064ef13b2181a489836349f9baf87df0dab28f
tree433d86d9ed4285e5c5e7f24fbbaa7f48fad09381
parentb8b8afe236e97b6359d46d3a3f8c46455e192271
ext4: mechanical rename some of the direct I/O get_block's identifiers

This commit renames some of the direct I/O's block allocation flags,
variables, and functions introduced in Mingming's "Direct IO for holes
and fallocate" patches so that they can be used by ext4's buffered
write path as well.  Also changed the related function comments
accordingly to cover both direct write and buffered write cases.

Signed-off-by: Jiaying Zhang <jiayingz@google.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/ext4.h
fs/ext4/extents.c
fs/ext4/fsync.c
fs/ext4/inode.c
fs/ext4/super.c