aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/bmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/gfs2/bmap.c')
-rw-r--r--fs/gfs2/bmap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/gfs2/bmap.c b/fs/gfs2/bmap.c
index 68bc3be09c98..f570d8caef68 100644
--- a/fs/gfs2/bmap.c
+++ b/fs/gfs2/bmap.c
@@ -59,7 +59,7 @@ struct strip_mine {
59 * 59 *
60 * Returns: errno 60 * Returns: errno
61 */ 61 */
62 62#if 0
63int gfs2_unstuffer_sync(struct gfs2_inode *ip, struct buffer_head *dibh, 63int gfs2_unstuffer_sync(struct gfs2_inode *ip, struct buffer_head *dibh,
64 uint64_t block, void *private) 64 uint64_t block, void *private)
65{ 65{
@@ -77,6 +77,7 @@ int gfs2_unstuffer_sync(struct gfs2_inode *ip, struct buffer_head *dibh,
77 77
78 return error; 78 return error;
79} 79}
80#endif /* 0 */
80 81
81/** 82/**
82 * gfs2_unstuff_dinode - Unstuff a dinode when the data has grown too big 83 * gfs2_unstuff_dinode - Unstuff a dinode when the data has grown too big