diff options
author | Theodore Ts'o <tytso@mit.edu> | 2014-09-01 14:43:09 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2014-09-01 14:43:09 -0400 |
commit | ed8a1a766af7371bfbe41857a3a11496b4165143 (patch) | |
tree | dd2812500ed9d6dc1a305b0b382d6bc25ff25733 /fs/ext4/ext4.h | |
parent | 3bdf14b4d7a3a7416577e9f9f421dbf29b5b6747 (diff) |
ext4: rename ext4_ext_find_extent() to ext4_find_extent()
Make the function name less redundant.
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/ext4.h')
-rw-r--r-- | fs/ext4/ext4.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h index 4a5a6b95b2fa..c07f43f8eb93 100644 --- a/fs/ext4/ext4.h +++ b/fs/ext4/ext4.h | |||
@@ -573,7 +573,7 @@ enum { | |||
573 | 573 | ||
574 | /* | 574 | /* |
575 | * The bit position of these flags must not overlap with any of the | 575 | * The bit position of these flags must not overlap with any of the |
576 | * EXT4_GET_BLOCKS_*. They are used by ext4_ext_find_extent(), | 576 | * EXT4_GET_BLOCKS_*. They are used by ext4_find_extent(), |
577 | * read_extent_tree_block(), ext4_split_extent_at(), | 577 | * read_extent_tree_block(), ext4_split_extent_at(), |
578 | * ext4_ext_insert_extent(), and ext4_ext_create_new_leaf(). | 578 | * ext4_ext_insert_extent(), and ext4_ext_create_new_leaf(). |
579 | * EXT4_EX_NOCACHE is used to indicate that the we shouldn't be | 579 | * EXT4_EX_NOCACHE is used to indicate that the we shouldn't be |
@@ -2732,9 +2732,9 @@ extern int ext4_can_extents_be_merged(struct inode *inode, | |||
2732 | extern int ext4_ext_insert_extent(handle_t *, struct inode *, | 2732 | extern int ext4_ext_insert_extent(handle_t *, struct inode *, |
2733 | struct ext4_ext_path **, | 2733 | struct ext4_ext_path **, |
2734 | struct ext4_extent *, int); | 2734 | struct ext4_extent *, int); |
2735 | extern struct ext4_ext_path *ext4_ext_find_extent(struct inode *, ext4_lblk_t, | 2735 | extern struct ext4_ext_path *ext4_find_extent(struct inode *, ext4_lblk_t, |
2736 | struct ext4_ext_path **, | 2736 | struct ext4_ext_path **, |
2737 | int flags); | 2737 | int flags); |
2738 | extern void ext4_ext_drop_refs(struct ext4_ext_path *); | 2738 | extern void ext4_ext_drop_refs(struct ext4_ext_path *); |
2739 | extern int ext4_ext_check_inode(struct inode *inode); | 2739 | extern int ext4_ext_check_inode(struct inode *inode); |
2740 | extern int ext4_find_delalloc_range(struct inode *inode, | 2740 | extern int ext4_find_delalloc_range(struct inode *inode, |