2003-01-02 12:56:45

by Alex Riesen

[permalink] [raw]
Subject: Patch: linux-2.5.54/fs/befs/linuxvfs.c compilation fix

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"