diff options
| author | ngkaho1234 <ngkaho1234@gmail.com> | 2015-10-21 00:55:46 +0800 |
|---|---|---|
| committer | ngkaho1234 <ngkaho1234@gmail.com> | 2015-10-21 00:55:46 +0800 |
| commit | 9e38c9b4920cf0add533c8b05a12fd8b6ba51e8b (patch) | |
| tree | c1f8474cf192eee062e64fc18fc01376c6488c29 | |
| parent | b373cd2f4d2c1ad44ce55544927d9f824e9cd25e (diff) | |
Remove stale static int ext4_ext_split_extent_at definition.
| -rw-r--r-- | lwext4/ext4_extent_full.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lwext4/ext4_extent_full.c b/lwext4/ext4_extent_full.c index ad4959e..65bb1b6 100644 --- a/lwext4/ext4_extent_full.c +++ b/lwext4/ext4_extent_full.c @@ -1272,10 +1272,6 @@ out: 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) |
