diff options
Diffstat (limited to 'fs/gfs2/ops_address.c')
-rw-r--r-- | fs/gfs2/ops_address.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/gfs2/ops_address.c b/fs/gfs2/ops_address.c index 5e9653c4d886..56e33590b656 100644 --- a/fs/gfs2/ops_address.c +++ b/fs/gfs2/ops_address.c | |||
@@ -170,7 +170,8 @@ out_ignore: | |||
170 | * and write whole extents at once. This is a big reduction in the | 170 | * and write whole extents at once. This is a big reduction in the |
171 | * number of I/O requests we send and the bmap calls we make in this case. | 171 | * number of I/O requests we send and the bmap calls we make in this case. |
172 | */ | 172 | */ |
173 | int gfs2_writepages(struct address_space *mapping, struct writeback_control *wbc) | 173 | static int gfs2_writepages(struct address_space *mapping, |
174 | struct writeback_control *wbc) | ||
174 | { | 175 | { |
175 | struct inode *inode = mapping->host; | 176 | struct inode *inode = mapping->host; |
176 | struct gfs2_inode *ip = GFS2_I(inode); | 177 | struct gfs2_inode *ip = GFS2_I(inode); |