]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita2b0f13ba48c31fe01345714f24b5ea0d5820d04
tree038535f42a52b4441da0c034ea92c8e68c9387cc
parent8c7965e22f3131d5fe0f875aa4bb933b25d7f1bd
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