Linux XFS filesystem development
 help / color / mirror / Atom feed
* [PATCH v2 0/2] xfs fix and clean up
@ 2023-04-21 11:37 Guo Xuenan
  2023-04-21 11:37 ` [PATCH v2 1/2] xfs: fix xfs print level wrong parsing Guo Xuenan
  2023-04-21 11:37 ` [PATCH v2 2/2] xfs: clean up some unnecessary xfs_stack_trace Guo Xuenan
  0 siblings, 2 replies; 6+ messages in thread
From: Guo Xuenan @ 2023-04-21 11:37 UTC (permalink / raw)
  To: djwong, dchinner, linux-xfs
  Cc: sandeen, guoxuenan, guoxuenan, houtao1, fangwei1, jack.qiu,
	yi.zhang

Hi Dave & Darrick,

Recent xfs work, I found xfs debug print code doesn't work properly.
The two patches for fix print level parsing and try to make it works.

v1: fix parsing failed of `kstrtoint` by skip KERN_SOH 
v2: with Dave's suggestion, directly set loglevel in their definition

Thanks.

Guo Xuenan (2):
  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_error.c         |  9 ---------
 fs/xfs/xfs_fsops.c         |  2 --
 fs/xfs/xfs_log.c           |  2 --
 fs/xfs/xfs_message.c       |  5 ++---
 fs/xfs/xfs_message.h       | 28 ++++++++++++++--------------
 6 files changed, 16 insertions(+), 31 deletions(-)

-- 
2.31.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-04-23  1:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-21 11:37 [PATCH v2 0/2] xfs fix and clean up Guo Xuenan
2023-04-21 11:37 ` [PATCH v2 1/2] xfs: fix xfs print level wrong parsing Guo Xuenan
2023-04-22  3:55   ` Darrick J. Wong
2023-04-21 11:37 ` [PATCH v2 2/2] xfs: clean up some unnecessary xfs_stack_trace Guo Xuenan
2023-04-22  3:57   ` Darrick J. Wong
2023-04-23  1:44     ` Guo Xuenan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox