diff options
Diffstat (limited to 'fs/nilfs2/btree.c')
-rw-r--r-- | fs/nilfs2/btree.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/nilfs2/btree.c b/fs/nilfs2/btree.c index b2347f793072..a2dc36cb6ef7 100644 --- a/fs/nilfs2/btree.c +++ b/fs/nilfs2/btree.c | |||
@@ -1899,7 +1899,7 @@ static int nilfs_btree_propagate_v(struct nilfs_btree *btree, | |||
1899 | return ret; | 1899 | return ret; |
1900 | } | 1900 | } |
1901 | 1901 | ||
1902 | static int nilfs_btree_propagate(const struct nilfs_bmap *bmap, | 1902 | static int nilfs_btree_propagate(struct nilfs_bmap *bmap, |
1903 | struct buffer_head *bh) | 1903 | struct buffer_head *bh) |
1904 | { | 1904 | { |
1905 | struct nilfs_btree *btree; | 1905 | struct nilfs_btree *btree; |
@@ -1942,7 +1942,7 @@ static int nilfs_btree_propagate(const struct nilfs_bmap *bmap, | |||
1942 | return ret; | 1942 | return ret; |
1943 | } | 1943 | } |
1944 | 1944 | ||
1945 | static int nilfs_btree_propagate_gc(const struct nilfs_bmap *bmap, | 1945 | static int nilfs_btree_propagate_gc(struct nilfs_bmap *bmap, |
1946 | struct buffer_head *bh) | 1946 | struct buffer_head *bh) |
1947 | { | 1947 | { |
1948 | return nilfs_dat_mark_dirty(nilfs_bmap_get_dat(bmap), bh->b_blocknr); | 1948 | return nilfs_dat_mark_dirty(nilfs_bmap_get_dat(bmap), bh->b_blocknr); |