Hi folks, The for-next branch of the xfs-linux repository at: https://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git has just been updated. Patches often get missed, so please check if your outstanding patches were in this update. If they have not been in this update, please resubmit them to linux-xfs@xxxxxxxxxxxxxxx so they can be picked up in the next update. The new head of the for-next branch is commit: 7bf888fa26e8 xfs: convert comma to semicolon 6 new commits: Chen Ni (2): [8c2263b92317] xfs: convert comma to semicolon [7bf888fa26e8] xfs: convert comma to semicolon Darrick J. Wong (2): [80d3d33cdf4b] xfs: fix a memory leak [19ebc8f84ea1] xfs: fix file_path handling in tracepoints Eric Sandeen (1): [39c1ddb064fd] xfs: allow SECURE namespace xattrs to use reserved block pool Julian Sun (1): [af5d92f2fad8] xfs: remove unused parameter in macro XFS_DQUOT_LOGRES Code Diffstat: fs/xfs/libxfs/xfs_quota_defs.h | 2 +- fs/xfs/libxfs/xfs_trans_resv.c | 28 ++++++++++++++-------------- fs/xfs/scrub/agheader_repair.c | 2 +- fs/xfs/scrub/parent.c | 2 +- fs/xfs/scrub/trace.h | 10 ++++------ fs/xfs/xfs_attr_list.c | 2 +- fs/xfs/xfs_trace.h | 10 ++++------ fs/xfs/xfs_xattr.c | 19 ++++++++++++++++++- 8 files changed, 44 insertions(+), 31 deletions(-) -- Chandan