aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/extents.c
diff options
context:
space:
mode:
authorEric Whitney <enwlinux@gmail.com>2020-02-12 11:21:41 -0500
committerTheodore Ts'o <tytso@mit.edu>2020-03-05 16:23:43 -0500
commit765bfcd59a1ff799b1c71cb3be0c43b0775ec166 (patch)
tree038535f42a52b4441da0c034ea92c8e68c9387cc /fs/ext4/extents.c
parent4337ecd1fe997d2b2135b4434caaccdb47c10c06 (diff)
downloadlinux-765bfcd59a1ff799b1c71cb3be0c43b0775ec166.tar.gz
ext4: delete declaration for ext4_split_extent()
There are no forward references for ext4_split_extent() in extents.c, so delete its unnecessary declaration. Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Eric Whitney <enwlinux@gmail.com> Link: https://lore.kernel.org/r/20200212162141.22381-1-enwlinux@gmail.com Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/extents.c')
-rw-r--r--fs/ext4/extents.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/fs/ext4/extents.c b/fs/ext4/extents.c
index 89aa9c7ae2936..a5338a8da2abf 100644
--- a/fs/ext4/extents.c
+++ b/fs/ext4/extents.c
@@ -83,13 +83,6 @@ static void ext4_extent_block_csum_set(struct inode *inode,
et->et_checksum = ext4_extent_block_csum(inode, eh);
}
-static int ext4_split_extent(handle_t *handle,
- struct inode *inode,
- struct ext4_ext_path **ppath,
- struct ext4_map_blocks *map,
- int split_flag,
- int flags);
-
static int ext4_split_extent_at(handle_t *handle,
struct inode *inode,
struct ext4_ext_path **ppath,