diff options
author | Zheng Liu <wenqing.lz@taobao.com> | 2011-12-28 20:25:40 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2011-12-28 20:25:40 -0500 |
commit | ccb4d7af914e0fe9b2f1022f8ea6c300463fd5e6 (patch) | |
tree | 1e8f739dfdd2aadf667d608800b8cad551f13bd3 /fs/ext4/ext4.h | |
parent | 14c83c9fddf2e75bdd0c20f1072f35260e356484 (diff) | |
download | linux-3.10-ccb4d7af914e0fe9b2f1022f8ea6c300463fd5e6.tar.gz linux-3.10-ccb4d7af914e0fe9b2f1022f8ea6c300463fd5e6.tar.bz2 linux-3.10-ccb4d7af914e0fe9b2f1022f8ea6c300463fd5e6.zip |
ext4: remove no longer used functions in inode.c
The functions ext4_block_truncate_page() and ext4_block_zero_page_range()
are no longer used, so remove them.
Signed-off-by: Zheng Liu <wenqing.lz@taobao.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/ext4.h')
-rw-r--r-- | fs/ext4/ext4.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h index 5b0e26a1272..ae2407f4502 100644 --- a/fs/ext4/ext4.h +++ b/fs/ext4/ext4.h @@ -1880,10 +1880,6 @@ extern int ext4_alloc_da_blocks(struct inode *inode); extern void ext4_set_aops(struct inode *inode); extern int ext4_writepage_trans_blocks(struct inode *); extern int ext4_chunk_trans_blocks(struct inode *, int nrblocks); -extern int ext4_block_truncate_page(handle_t *handle, - struct address_space *mapping, loff_t from); -extern int ext4_block_zero_page_range(handle_t *handle, - struct address_space *mapping, loff_t from, loff_t length); extern int ext4_discard_partial_page_buffers(handle_t *handle, struct address_space *mapping, loff_t from, loff_t length, int flags); |