Re: [PATCH v2 0/2] Cleanup for some hardcoded constants

2017-03-28 Thread David Sterba
On Thu, Mar 16, 2017 at 10:04:32AM -0600, ednadol...@gmail.com wrote: > From: Edmund Nadolski > > This series replaces several hard-coded values with descriptive > symbols. > > --- > v2: > + rename SEQ_NONE to SEQ_LAST and move definition to ctree.h > + clarify comment at __merge_refs() > > E

[PATCH v2 0/2] Cleanup for some hardcoded constants

2017-03-16 Thread ednadolski
From: Edmund Nadolski This series replaces several hard-coded values with descriptive symbols. --- v2: + rename SEQ_NONE to SEQ_LAST and move definition to ctree.h + clarify comment at __merge_refs() Edmund Nadolski (2): btrfs: provide enumeration for __merge_refs mode argument btrfs: rep