On 3/11/19 10:41 PM, David Sterba wrote:
On Sat, Mar 09, 2019 at 08:04:14AM +0800, Anand Jain wrote:
On 3/8/19 11:01 PM, David Sterba wrote:
On Fri, Mar 01, 2019 at 12:34:46PM +0800, Anand Jain wrote:
v5: drops patch
[PATCH v4 03/10] btrfs: trivial, fix c coding style
Chanegs are mainly to use BUG_ON instead of ASSERT as in the
original code in patches 5-7/9. Fix ASSERT in 8/9. And add
a rename in 9/9. Each individual patches as the details of
the changes.
The cleanup makes it easier to follow and the transaction semantics is
more visible, good.
I've fixed up the small things commented under the patches, no need to
resend. Patchset added to 5.2 queue, thanks.
Thanks for the feedback, review and integration.
Just checked these branches scrub-misc, misc-next, for-next-20190307
any idea which branch these patches went to.
It's in a local topic branch and will appear in for-next once the merge
window is over. I've pushed it out now as ext/anand/cleanup-props-v5 so
you can have a look.
Thanks. Patches [1-9]/9 Looks good.