From: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
To: Linus Torvalds <torvalds@transmeta.com>
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] fix fat/msdos warning
Date: 14 Aug 2001 18:05:30 +0900 [thread overview]
Message-ID: <877kw7royt.fsf@devron.myhome.or.jp> (raw)
Hi,
fixed the warning of fat/msdos.
Please apply.
--
OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
diff -urN linux-2.4.9-pre3/fs/fat/cache.c warning-2.4.9-pre3/fs/fat/cache.c
--- linux-2.4.9-pre3/fs/fat/cache.c Tue Aug 14 17:43:13 2001
+++ warning-2.4.9-pre3/fs/fat/cache.c Tue Aug 14 17:25:13 2001
@@ -15,6 +15,8 @@
#include <linux/stat.h>
#include <linux/fat_cvf.h>
+#include "msbuffer.h"
+
#if 0
# define PRINTK(x) printk x
#else
diff -urN linux-2.4.9-pre3/fs/fat/dir.c warning-2.4.9-pre3/fs/fat/dir.c
--- linux-2.4.9-pre3/fs/fat/dir.c Thu Apr 19 03:49:12 2001
+++ warning-2.4.9-pre3/fs/fat/dir.c Tue Aug 14 17:25:13 2001
@@ -590,7 +590,7 @@
void * buf,
const char * name,
int name_len,
- off_t offset,
+ loff_t offset,
ino_t ino,
unsigned int d_type)
{
diff -urN linux-2.4.9-pre3/fs/msdos/namei.c warning-2.4.9-pre3/fs/msdos/namei.c
--- linux-2.4.9-pre3/fs/msdos/namei.c Tue Aug 14 17:43:13 2001
+++ warning-2.4.9-pre3/fs/msdos/namei.c Tue Aug 14 17:25:13 2001
@@ -17,6 +17,8 @@
#include <asm/uaccess.h>
+#include "../fat/msbuffer.h"
+
#define MSDOS_DEBUG 0
#define PRINTK(x)
reply other threads:[~2001-08-14 18:31 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=877kw7royt.fsf@devron.myhome.or.jp \
--to=hirofumi@mail.parknet.co.jp \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox