Hi Linus, Here's the first round of bugfixes for 4.16. It should merge cleanly, but please let me know if it doesn't. --Darrick The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2: Linux 4.16-rc1 (2018-02-11 15:04:29 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-4.16-fixes-2 for you to fetch changes up to 5b4c845ea4f4b86c43096eb924354c83a2e26f3c: xfs: fix potential memory leak in mount option parsing (2018-02-26 10:02:13 -0800) ---------------------------------------------------------------- Changes since last update: - Fix some compiler warnings - Fix block rservations for transactions created during log recovery - Fix resource leaks when respecifying mount options ---------------------------------------------------------------- Chengguang Xu (1): xfs: fix potential memory leak in mount option parsing Darrick J. Wong (1): xfs: reserve blocks for refcount / rmap log item recovery Eric Sandeen (1): xfs: use memset to initialize xfs_scrub_agfl_info fs/xfs/scrub/agheader.c | 3 ++- fs/xfs/xfs_refcount_item.c | 9 ++++++--- fs/xfs/xfs_rmap_item.c | 4 +++- fs/xfs/xfs_super.c | 2 ++ 4 files changed, 13 insertions(+), 5 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html