On Thu, 30 May 2013 00:32:56 +0900, Ryusuke Konishi wrote: > On Wed, 29 May 2013 13:26:30 +0400, Vyacheslav Dubeyko wrote: > > From: Vyacheslav Dubeyko <slava@xxxxxxxxxxx> > > Subject: [PATCH v6 2/2] nilfs2: use atomic64_t type for inodes_count and blocks_count fields in nilfs_root struct > > > > The cp_inodes_count and cp_blocks_count are represented as > > __le64 type in on-disk structure (struct nilfs_checkpoint). > > But analogous fields in in-core structure (struct nilfs_root) > > are represented by atomic_t type. > > > > This patch replaces atomic_t on atomic64_t type in representation > > of inodes_count and blocks_count fields in struct nilfs_root. > > > > Signed-off-by: Vyacheslav Dubeyko <slava@xxxxxxxxxxx> > > CC: Ryusuke Konishi <konishi.ryusuke@xxxxxxxxxxxxx> > > CC: Joern Engel <joern@xxxxxxxxx> > > Acked-by: Ryusuke Konishi <konishi.ryusuke@xxxxxxxxxxxxx> Not sure how much this is actually worth, but Acked-by: Joern Engel <joern@xxxxxxxxx> Jörn -- Linux is more the core point of a concept that surrounds "open source" which, in turn, is based on a false concept. This concept is that people actually want to look at source code. -- Rob Enderle -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html