]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2d916d42f651e640f7a3185f0662442ba34c2357
tree433d86d9ed4285e5c5e7f24fbbaa7f48fad09381
parent4bf76b5fb6a56304c4aae1e975c24d9676600aae
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