Patch: linux-2.5.54/fs/befs/linuxvfs.c compilation fix

Alex Riesen (alexander.riesen@synopsys.COM)
Thu, 2 Jan 2003 14:04:53 +0100


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"
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/