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 <[email protected]>
> > 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 <[email protected]>
> > CC: Ryusuke Konishi <[email protected]>
> > CC: Joern Engel <[email protected]>
> 
> Acked-by: Ryusuke Konishi <[email protected]>

Not sure how much this is actually worth, but

Acked-by: Joern Engel <[email protected]>

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-nilfs" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to