shithub: lwext4

Download patch

ref: 9e38c9b4920cf0add533c8b05a12fd8b6ba51e8b
parent: b373cd2f4d2c1ad44ce55544927d9f824e9cd25e
author: ngkaho1234 <[email protected]>
date: Tue Oct 20 20:55:46 EDT 2015

Remove stale static int ext4_ext_split_extent_at definition.

--- a/lwext4/ext4_extent_full.c
+++ b/lwext4/ext4_extent_full.c
@@ -1272,10 +1272,6 @@
 	return ret;
 }
 
-static int ext4_ext_split_extent_at(struct ext4_inode_ref *inode_ref,
-				    struct ext4_extent_path **ppath,
-				    ext4_lblk_t split, uint32_t split_flag);
-
 static void ext4_ext_remove_blocks(struct ext4_inode_ref *inode_ref,
 				   struct ext4_extent *ex, ext4_lblk_t from,
 				   ext4_lblk_t to)