Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206352
b: refs/heads/master
c: 583ada4
h: refs/heads/master
v: v3
  • Loading branch information
Ryusuke Konishi committed Jul 23, 2010
1 parent 19219cd commit e73498a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 25b8d7ded0e4579bf152882249abfd351e65a17d
refs/heads/master: 583ada4761e18bb105ce5181b0b13cf55ead6201
2 changes: 1 addition & 1 deletion trunk/fs/nilfs2/bmap.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ struct nilfs_bmap_operations {
int (*bop_delete)(struct nilfs_bmap *, __u64);
void (*bop_clear)(struct nilfs_bmap *);

int (*bop_propagate)(const struct nilfs_bmap *, struct buffer_head *);
int (*bop_propagate)(struct nilfs_bmap *, struct buffer_head *);
void (*bop_lookup_dirty_buffers)(struct nilfs_bmap *,
struct list_head *);

Expand Down
4 changes: 2 additions & 2 deletions trunk/fs/nilfs2/btree.c
Original file line number Diff line number Diff line change
Expand Up @@ -1899,7 +1899,7 @@ static int nilfs_btree_propagate_v(struct nilfs_btree *btree,
return ret;
}

static int nilfs_btree_propagate(const struct nilfs_bmap *bmap,
static int nilfs_btree_propagate(struct nilfs_bmap *bmap,
struct buffer_head *bh)
{
struct nilfs_btree *btree;
Expand Down Expand Up @@ -1942,7 +1942,7 @@ static int nilfs_btree_propagate(const struct nilfs_bmap *bmap,
return ret;
}

static int nilfs_btree_propagate_gc(const struct nilfs_bmap *bmap,
static int nilfs_btree_propagate_gc(struct nilfs_bmap *bmap,
struct buffer_head *bh)
{
return nilfs_dat_mark_dirty(nilfs_bmap_get_dat(bmap), bh->b_blocknr);
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/nilfs2/direct.c
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ int nilfs_direct_delete_and_convert(struct nilfs_bmap *bmap,
return 0;
}

static int nilfs_direct_propagate(const struct nilfs_bmap *bmap,
static int nilfs_direct_propagate(struct nilfs_bmap *bmap,
struct buffer_head *bh)
{
struct nilfs_direct *direct = (struct nilfs_direct *)bmap;
Expand Down

0 comments on commit e73498a

Please sign in to comment.