On Wed, Jun 20, 2018 at 03:48:42PM +0300, Nikolay Borisov wrote: > Overall this series is a win both in code density as well as stack usage and > brings us closer to completely eliminating the chaotic spread ot fs_info in > the code base.
The fs_info provided by the transaction handle is a recent addition, previously everything had to pass fs_info around so they were duplicated, until now. The gains in saved stack space and code size are small but every bit counts, thanks. Patches added to misc-next. -- 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