Re: [PATCH 13/63] xfs: adjust refcount of an extent of blocks in refcount btree
From: Darrick J. Wong <hidden>
Date: 2016-09-30 17:54:09
Also in:
linux-fsdevel
From: Darrick J. Wong <hidden>
Date: 2016-09-30 17:54:09
Also in:
linux-fsdevel
On Fri, Sep 30, 2016 at 12:11:15AM -0700, Christoph Hellwig wrote:
quoted
+#define RCNEXT(rc) ((rc).rc_startblock + (rc).rc_blockcount)quoted
+#define IS_VALID_RCEXT(ext) ((ext).rc_startblock != NULLAGBLOCK)I would turn these into inline helpers with nice lower case names. Not critical for the merge, though, so:
It's a fairly easy change, so I'll make it anyway. --D
Signed-off-by: Christoph Hellwig <hch@lst.de>