From: Andrew Morton <akpm@digeo.com>
To: "Randy.Dunlap" <rddunlap@osdl.org>
Cc: hirofumi@mail.parknet.co.jp, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] fat-fs printk arg. fix
Date: Tue, 3 Jun 2003 16:11:34 -0700 [thread overview]
Message-ID: <20030603161134.0d1755df.akpm@digeo.com> (raw)
In-Reply-To: <20030603160200.04991141.rddunlap@osdl.org>
"Randy.Dunlap" <rddunlap@osdl.org> wrote:
>
> printk(KERN_ERR "FAT: Directory bread(block %llu) failed\n",
> - phys);
> + (u64)phys);
The printk control string says, precisely, "unsigned long long". So that
is what we should be casting the argument to.
I have made that change, thanks.
next prev parent reply other threads:[~2003-06-03 23:01 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-06-03 23:02 [PATCH] fat-fs printk arg. fix Randy.Dunlap
2003-06-03 23:11 ` Andrew Morton [this message]
2003-06-04 1:14 ` OGAWA Hirofumi
[not found] <174530962@toto.iv>
2003-06-04 3:12 ` Peter Chubb
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=20030603161134.0d1755df.akpm@digeo.com \
--to=akpm@digeo.com \
--cc=hirofumi@mail.parknet.co.jp \
--cc=linux-kernel@vger.kernel.org \
--cc=rddunlap@osdl.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox