From 8bf2a3eafed279b08e29933d5f2c046dfba98d6e Mon Sep 17 00:00:00 2001 From: Ryusuke Konishi Date: Sun, 14 Mar 2010 03:55:56 +0900 Subject: [PATCH] --- yaml --- r: 188037 b: refs/heads/master c: 55480a06e9ee8d05d0e580bf46611df489653c76 h: refs/heads/master i: 188035: fb3df5a0509d44198fc0a642d6fc388078f767cb v: v3 --- [refs] | 2 +- trunk/fs/nilfs2/segbuf.c | 2 +- trunk/fs/nilfs2/segment.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 6f2bb298ebc6..73af85837f96 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7a65004bbaa6a21a0438aac9c64814e46084dc3f +refs/heads/master: 55480a06e9ee8d05d0e580bf46611df489653c76 diff --git a/trunk/fs/nilfs2/segbuf.c b/trunk/fs/nilfs2/segbuf.c index e3f67c6ce1a7..636eaafd6ea2 100644 --- a/trunk/fs/nilfs2/segbuf.c +++ b/trunk/fs/nilfs2/segbuf.c @@ -32,7 +32,7 @@ struct nilfs_write_info { struct the_nilfs *nilfs; struct bio *bio; - int start, end; /* The region to be submitted */ + int start, end; /* The region to be submitted */ int rest_blocks; int max_pages; int nr_vecs; diff --git a/trunk/fs/nilfs2/segment.h b/trunk/fs/nilfs2/segment.h index 2a794569dd14..82dfd6a686b9 100644 --- a/trunk/fs/nilfs2/segment.h +++ b/trunk/fs/nilfs2/segment.h @@ -71,7 +71,7 @@ struct nilfs_recovery_info { */ struct nilfs_cstage { int scnt; - unsigned flags; + unsigned flags; struct nilfs_inode_info *dirty_file_ptr; struct nilfs_inode_info *gc_inode_ptr; };