From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?B?SsO2cm4=?= Engel Subject: Re: [PATCH v6 2/2] nilfs2: use atomic64_t type for inodes_count and blocks_count fields in nilfs_root struct Date: Wed, 29 May 2013 15:16:10 -0400 Message-ID: <20130529191610.GA6658@logfs.org> References: <1369819590.2224.22.camel@slavad-ubuntu> <20130530.003256.27786650.konishi.ryusuke@lab.ntt.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: Vyacheslav Dubeyko , linux-nilfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-fsdevel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Andrew Morton , Clemens Eisserer To: Ryusuke Konishi Return-path: Content-Disposition: inline In-Reply-To: <20130530.003256.27786650.konishi.ryusuke-Zyj7fXuS5i5L9jVzuh4AOg@public.gmane.org> Sender: linux-nilfs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-fsdevel.vger.kernel.org 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 > > Subject: [PATCH v6 2/2] nilfs2: use atomic64_t type for inodes_coun= t and blocks_count fields in nilfs_root struct > >=20 > > 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. > >=20 > > This patch replaces atomic_t on atomic64_t type in representation > > of inodes_count and blocks_count fields in struct nilfs_root. > >=20 > > Signed-off-by: Vyacheslav Dubeyko > > CC: Ryusuke Konishi > > CC: Joern Engel >=20 > Acked-by: Ryusuke Konishi Not sure how much this is actually worth, but Acked-by: Joern Engel J=C3=B6rn -- 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 majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html