diff options
Diffstat (limited to 'fs/ext4/ext4.h')
-rw-r--r-- | fs/ext4/ext4.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h index 05ce38b981cb..57c4e03afa0a 100644 --- a/fs/ext4/ext4.h +++ b/fs/ext4/ext4.h | |||
@@ -1393,8 +1393,6 @@ extern int ext4_mb_get_buddy_cache_lock(struct super_block *, ext4_group_t); | |||
1393 | extern void ext4_mb_put_buddy_cache_lock(struct super_block *, | 1393 | extern void ext4_mb_put_buddy_cache_lock(struct super_block *, |
1394 | ext4_group_t, int); | 1394 | ext4_group_t, int); |
1395 | /* inode.c */ | 1395 | /* inode.c */ |
1396 | int ext4_forget(handle_t *handle, int is_metadata, struct inode *inode, | ||
1397 | struct buffer_head *bh, ext4_fsblk_t blocknr); | ||
1398 | struct buffer_head *ext4_getblk(handle_t *, struct inode *, | 1396 | struct buffer_head *ext4_getblk(handle_t *, struct inode *, |
1399 | ext4_lblk_t, int, int *); | 1397 | ext4_lblk_t, int, int *); |
1400 | struct buffer_head *ext4_bread(handle_t *, struct inode *, | 1398 | struct buffer_head *ext4_bread(handle_t *, struct inode *, |