aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/inode.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ext4/inode.c')
-rw-r--r--fs/ext4/inode.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c
index e6cc24dfa98d..a526684cbe3e 100644
--- a/fs/ext4/inode.c
+++ b/fs/ext4/inode.c
@@ -72,6 +72,9 @@ static int ext4_set_bh_endio(struct buffer_head *bh, struct inode *inode);
72static void ext4_end_io_buffer_write(struct buffer_head *bh, int uptodate); 72static void ext4_end_io_buffer_write(struct buffer_head *bh, int uptodate);
73static int __ext4_journalled_writepage(struct page *page, unsigned int len); 73static int __ext4_journalled_writepage(struct page *page, unsigned int len);
74static int ext4_bh_delay_or_unwritten(handle_t *handle, struct buffer_head *bh); 74static int ext4_bh_delay_or_unwritten(handle_t *handle, struct buffer_head *bh);
75static int ext4_discard_partial_page_buffers_no_lock(handle_t *handle,
76 struct inode *inode, struct page *page, loff_t from,
77 loff_t length, int flags);
75 78
76/* 79/*
77 * Test whether an inode is a fast symlink. 80 * Test whether an inode is a fast symlink.
@@ -3161,7 +3164,7 @@ int ext4_discard_partial_page_buffers(handle_t *handle,
3161 * 3164 *
3162 * Returns zero on sucess or negative on failure. 3165 * Returns zero on sucess or negative on failure.
3163 */ 3166 */
3164int ext4_discard_partial_page_buffers_no_lock(handle_t *handle, 3167static int ext4_discard_partial_page_buffers_no_lock(handle_t *handle,
3165 struct inode *inode, struct page *page, loff_t from, 3168 struct inode *inode, struct page *page, loff_t from,
3166 loff_t length, int flags) 3169 loff_t length, int flags)
3167{ 3170{