mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Patch: linux-2.5.54/fs/befs/linuxvfs.c compilation fix
@ 2003-01-02 13:04 Alex Riesen
  0 siblings, 0 replies; only message in thread
From: Alex Riesen @ 2003-01-02 13:04 UTC (permalink / raw)
  To: linux-kernel; +Cc: Will Dyson, torvalds

Adam J. Richter, Thu, Jan 02, 2003 06:53:43 +0100:
> 	linux-2.5.54/fs/romfs/inode.c needs to include <asm/statfs.h>
> (which is new to 2.5.54) to compile again.  Here is the one line
> patch.

Also BeFS was touched.


--- 2.5.54/fs/befs/linuxvfs.c	2003-01-02 06:03:26.000000000 +0100
+++ 2.5.54a/fs/befs/linuxvfs.c	2003-01-02 13:57:27.000000000 +0100
@@ -12,7 +12,7 @@
 #include <linux/stat.h>
 #include <linux/nls.h>
 #include <linux/buffer_head.h>
-#include <linux/statfs.h>
+#include <asm/statfs.h>
 
 #include "befs.h"
 #include "btree.h"

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

only message in thread, other threads:[~2003-01-02 12:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-02 13:04 Patch: linux-2.5.54/fs/befs/linuxvfs.c compilation fix Alex Riesen

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

all inboxes | Powered by JetHome®