From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Mason Subject: Re: [Btrfs-devel] transaction ioctls Date: Tue, 22 Apr 2008 16:55:37 -0400 Message-ID: <200804221655.38102.chris.mason@oracle.com> References: <200804221641.34817.chris.mason@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Cc: btrfs-devel@oss.oracle.com, Zach Brown , linux-btrfs@vger.kernel.org To: Sage Weil Return-path: In-Reply-To: List-ID: On Tuesday 22 April 2008, Sage Weil wrote: > On Tue, 22 Apr 2008, Chris Mason wrote: > > Ok, really though, I seem to remember that ceph needed to do file + xattr > > operations in one atomic shot, were there others? > > The transactions generally look like > > write(a) > setxattr(a) > write(b) > setxattr(b) Hmm, is this whole thing the atomic unit, or can a and b be done separately? -chris