public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fix fat/msdos warning
@ 2001-08-14  9:05 OGAWA Hirofumi
  0 siblings, 0 replies; only message in thread
From: OGAWA Hirofumi @ 2001-08-14  9:05 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

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)
 


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-08-14 18:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-08-14  9:05 [PATCH] fix fat/msdos warning OGAWA Hirofumi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox