On Mon, Mar 13, 2017 at 02:32:04PM -0600, ednadol...@gmail.com wrote: > From: Edmund Nadolski <enadol...@suse.com> > > Define the SEQ_NONE macro to replace (u64)-1 in places where said > value triggers a special-case ref search behavior.
> index 9c41fba..20915a6 100644 > --- a/fs/btrfs/backref.h > +++ b/fs/btrfs/backref.h > @@ -23,6 +23,8 @@ > #include "ulist.h" > #include "extent_io.h" > > +#define SEQ_NONE ((u64)-1) Can you please move the definition to ctree.h, near line 660, where seq_list and SEQ_LIST_INIT are defined, so thay're all grouped together? -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html