linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Btrfs syslog output prefix fixes
@ 2013-11-11  7:27 Frank Holton
  2013-11-11  7:27 ` [PATCH] Btrfs: Fixup usage of btrfs: prefix in syslog Frank Holton
  0 siblings, 1 reply; 3+ messages in thread
From: Frank Holton @ 2013-11-11  7:27 UTC (permalink / raw)
  To: linux-btrfs; +Cc: Frank Holton

I've gone through the code and tried to find anywhere that prints to
the syslog and make sure that it uses the proper btrfs: prefix. This helps
users find the relevant lines for btrfs and makes sure a grep will return all
of the output from btrfs.

Frank Holton (1):
  Btrfs: Fixup usage of btrfs: prefix in syslog

 fs/btrfs/compression.c      |    4 ++--
 fs/btrfs/ctree.c            |   14 +++++++-------
 fs/btrfs/ctree.h            |    2 +-
 fs/btrfs/delayed-inode.c    |    4 ++--
 fs/btrfs/disk-io.c          |   34 +++++++++++++++++-----------------
 fs/btrfs/extent-tree.c      |    6 +++---
 fs/btrfs/extent_io.c        |   40 ++++++++++++++++++++--------------------
 fs/btrfs/file-item.c        |    2 +-
 fs/btrfs/free-space-cache.c |    6 +++---
 fs/btrfs/inode.c            |    6 +++---
 fs/btrfs/ioctl.c            |    6 +++---
 fs/btrfs/lzo.c              |    6 +++---
 fs/btrfs/ordered-data.c     |    6 +++---
 fs/btrfs/qgroup.c           |    4 ++--
 fs/btrfs/reada.c            |    4 ++--
 fs/btrfs/root-tree.c        |    2 +-
 fs/btrfs/scrub.c            |   10 +++++-----
 fs/btrfs/super.c            |   12 ++++++------
 18 files changed, 84 insertions(+), 84 deletions(-)

-- 
1.7.9.5


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

end of thread, other threads:[~2013-11-12 16:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-11  7:27 [PATCH] Btrfs syslog output prefix fixes Frank Holton
2013-11-11  7:27 ` [PATCH] Btrfs: Fixup usage of btrfs: prefix in syslog Frank Holton
2013-11-12 16:17   ` David Sterba

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).