aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/ext4.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ext4/ext4.h')
-rw-r--r--fs/ext4/ext4.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h
index 66946aa62127..9334f55dab6f 100644
--- a/fs/ext4/ext4.h
+++ b/fs/ext4/ext4.h
@@ -2150,8 +2150,7 @@ extern void ext4_da_update_reserve_space(struct inode *inode,
2150extern int ext4_ind_map_blocks(handle_t *handle, struct inode *inode, 2150extern int ext4_ind_map_blocks(handle_t *handle, struct inode *inode,
2151 struct ext4_map_blocks *map, int flags); 2151 struct ext4_map_blocks *map, int flags);
2152extern ssize_t ext4_ind_direct_IO(int rw, struct kiocb *iocb, 2152extern ssize_t ext4_ind_direct_IO(int rw, struct kiocb *iocb,
2153 const struct iovec *iov, loff_t offset, 2153 struct iov_iter *iter, loff_t offset);
2154 unsigned long nr_segs);
2155extern int ext4_ind_calc_metadata_amount(struct inode *inode, sector_t lblock); 2154extern int ext4_ind_calc_metadata_amount(struct inode *inode, sector_t lblock);
2156extern int ext4_ind_trans_blocks(struct inode *inode, int nrblocks); 2155extern int ext4_ind_trans_blocks(struct inode *inode, int nrblocks);
2157extern void ext4_ind_truncate(handle_t *, struct inode *inode); 2156extern void ext4_ind_truncate(handle_t *, struct inode *inode);