Hi Dave & Darrick, Recent xfs work, I found and fixed two bugs on our xfs, which also exist on the mainline. The first patch fix a memory leak problem, although in my opinion, it will not cause serious problems in release version, in Debug mode it brings assertion. The last two patches for xfs debug framework, fix print level parsing and try to make it work better. Thanks. Guo Xuenan (3): xfs: fix leak memory when xfs_attr_inactive fails xfs: fix xfs print level wrong parsing xfs: clean up some unnecessary xfs_stack_trace fs/xfs/libxfs/xfs_ialloc.c | 1 - fs/xfs/xfs_attr_inactive.c | 16 +++++++++------- fs/xfs/xfs_error.c | 9 --------- fs/xfs/xfs_fsops.c | 2 -- fs/xfs/xfs_icache.c | 6 +++++- fs/xfs/xfs_log.c | 2 -- fs/xfs/xfs_message.c | 2 +- 7 files changed, 15 insertions(+), 23 deletions(-) -- 2.31.1