From: Eric Sandeen <sandeen@sandeen.net>
To: xfs-oss <xfs@oss.sgi.com>
Subject: [PATCH] clean up printk formats with DMAPI_DEBUG
Date: Sat, 25 Oct 2008 08:14:25 -0500 [thread overview]
Message-ID: <49031BB1.7080609@sandeen.net> (raw)
Trivial cleanup of formats.
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
---
Index: linux-2.6-xfs/fs/xfs/dmapi/xfs_dm.c
===================================================================
--- linux-2.6-xfs.orig/fs/xfs/dmapi/xfs_dm.c
+++ linux-2.6-xfs/fs/xfs/dmapi/xfs_dm.c
@@ -2334,8 +2334,8 @@ xfs_dm_round_hole(
return -EINVAL; /* requested length is too small */
}
#ifdef CONFIG_DMAPI_DEBUG
- printk("xfs_dm_round_hole: off %lu, len %ld, align %lu, "
- "filesize %llu, roff %ld, rlen %ld\n",
+ printk("xfs_dm_round_hole: off %lld, len %llu, align %llu, "
+ "filesize %lld, roff %lld, rlen %llu\n",
offset, length, align, filesize, *roff, *rlen);
#endif
return 0; /* hole geometry successfully rounded */
@@ -2467,7 +2467,7 @@ xfs_dm_punch_hole(
}
#ifdef CONFIG_DMAPI_DEBUG
- printk("xfs_dm_punch_hole: off %lu, len %ld, align %lu\n",
+ printk("xfs_dm_punch_hole: off %lld, len %llu, align %llu\n",
off, len, align);
#endif
next reply other threads:[~2008-10-25 13:14 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-25 13:14 Eric Sandeen [this message]
2008-10-25 20:20 ` [PATCH] clean up printk formats with DMAPI_DEBUG Christoph Hellwig
2008-10-25 20:27 ` Eric Sandeen
2008-11-21 21:18 ` [PATCH V2] " Eric Sandeen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=49031BB1.7080609@sandeen.net \
--to=sandeen@sandeen.net \
--cc=xfs@oss.sgi.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.