aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/inode.c
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2008-07-26 16:15:44 -0400
committerTheodore Ts'o <tytso@mit.edu>2008-07-26 16:15:44 -0400
commit2b2d6d019724de6e51ac5bcf22b5ef969daefa8b (patch)
tree71145b61b73b200fd3d4bae520bb988f5f7d21f5 /fs/ext4/inode.c
parentext4: improve ext4_fill_flex_info() a bit (diff)
downloadlinux-dev-2b2d6d019724de6e51ac5bcf22b5ef969daefa8b.tar.xz
linux-dev-2b2d6d019724de6e51ac5bcf22b5ef969daefa8b.zip
ext4: Cleanup whitespace and other miscellaneous style issues
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/inode.c')
-rw-r--r--fs/ext4/inode.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c
index 85a862c9c4cc..0080999d2cd4 100644
--- a/fs/ext4/inode.c
+++ b/fs/ext4/inode.c
@@ -1054,10 +1054,9 @@ static void ext4_da_update_reserve_space(struct inode *inode, int used)
/*
+ * The ext4_get_blocks_wrap() function try to look up the requested blocks,
+ * and returns if the blocks are already mapped.
*
- *
- * ext4_ext4 get_block() wrapper function
- * It will do a look up first, and returns if the blocks already mapped.
* Otherwise it takes the write lock of the i_data_sem and allocate blocks
* and store the allocated blocks in the result buffer head and mark it
* mapped.