From: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
To: "Randy.Dunlap" <rddunlap@osdl.org>
Cc: akpm@digeo.com, lkml <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] fat-fs printk arg. fix
Date: Wed, 04 Jun 2003 10:14:59 +0900 [thread overview]
Message-ID: <87ptlu63u4.fsf@ibmpc.myhome.or.jp> (raw)
In-Reply-To: <20030603160200.04991141.rddunlap@osdl.org>
"Randy.Dunlap" <rddunlap@osdl.org> writes:
> printk(KERN_ERR "FAT: Directory bread(block %llu) failed\n",
> - phys);
> + (u64)phys);
> /* skip this block */
> *pos = (iblock + 1) << sb->s_blocksize_bits;
> goto next;
I was forgeting that issue of sector_t with printk. Thanks for
correcting.
--
OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
next prev parent reply other threads:[~2003-06-04 1: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
2003-06-04 1:14 ` OGAWA Hirofumi [this message]
[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=87ptlu63u4.fsf@ibmpc.myhome.or.jp \
--to=hirofumi@mail.parknet.co.jp \
--cc=akpm@digeo.com \
--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