ext4: delete declaration for ext4_split_extent()
authorEric Whitney <enwlinux@gmail.com>
Wed, 12 Feb 2020 16:21:41 +0000 (11:21 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 5 Mar 2020 21:23:43 +0000 (16:23 -0500)
commit765bfcd59a1ff799b1c71cb3be0c43b0775ec166
tree038535f42a52b4441da0c034ea92c8e68c9387cc
parent4337ecd1fe997d2b2135b4434caaccdb47c10c06
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>
fs/ext4/extents.c