aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/aops.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ocfs2/aops.c')
-rw-r--r--fs/ocfs2/aops.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/ocfs2/aops.c b/fs/ocfs2/aops.c
index 56963e6c46c0..d76de384e029 100644
--- a/fs/ocfs2/aops.c
+++ b/fs/ocfs2/aops.c
@@ -939,9 +939,9 @@ out:
939 * Returns a negative error code or the number of bytes copied into 939 * Returns a negative error code or the number of bytes copied into
940 * the page. 940 * the page.
941 */ 941 */
942int ocfs2_write_data_page(struct inode *inode, handle_t *handle, 942static int ocfs2_write_data_page(struct inode *inode, handle_t *handle,
943 u64 *p_blkno, struct page *page, 943 u64 *p_blkno, struct page *page,
944 struct ocfs2_write_ctxt *wc, int new) 944 struct ocfs2_write_ctxt *wc, int new)
945{ 945{
946 int ret, copied = 0; 946 int ret, copied = 0;
947 unsigned int from = 0, to = 0; 947 unsigned int from = 0, to = 0;