From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Perches Date: Thu, 6 Mar 2014 12:10:44 -0800 Subject: [Cluster-devel] [PATCH 0/3] gfs: More logging neatening In-Reply-To: <20140306182724.6754407d4c629085d9fc318e@skynet.be> References: <20140306182724.6754407d4c629085d9fc318e@skynet.be> Message-ID: List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Joe Perches (3): gfs2: Use pr_ more consistently gfs2: Use fs_ more often gfs2: Convert gfs2_lm_withdraw to use fs_err fs/gfs2/dir.c | 14 ++++---- fs/gfs2/glock.c | 8 +++-- fs/gfs2/lock_dlm.c | 9 +++-- fs/gfs2/main.c | 2 ++ fs/gfs2/ops_fstype.c | 25 ++++++------- fs/gfs2/quota.c | 10 +++--- fs/gfs2/rgrp.c | 24 +++++++------ fs/gfs2/super.c | 16 ++++----- fs/gfs2/sys.c | 6 ++-- fs/gfs2/trans.c | 19 +++++----- fs/gfs2/util.c | 99 +++++++++++++++++++++++++--------------------------- fs/gfs2/util.h | 31 ++++++++-------- 12 files changed, 138 insertions(+), 125 deletions(-) -- 1.8.1.2.459.gbcd45b4.dirty