[patch] minixfs needs small patch to compile

Oliver Neukum (Oliver.Neukum@lrz.uni-muenchen.de)
Thu, 22 Jul 1999 11:34:02 +0200


--Boundary-=_nWlrBbmQBhCDarzOwKkYHIDdqSCD
Content-Type: text/plain
Content-Transfer-Encoding: 8bit

Hi,

attached i have a small patch that allows minixfs to compile.
Without it the functions specific to minix in minix_file_operations and
minix_file_inode_operations are undefined.

Oliver

--Boundary-=_nWlrBbmQBhCDarzOwKkYHIDdqSCD
Content-Type: text/x-c;
name="minix-patch-2.3.11"
Content-Transfer-Encoding: 8bit
Content-Disposition: attachment; filename="minix-patch-2.3.11"

--- linux/fs/minix/file.c~ Sun Jul 18 18:47:58 1999
+++ linux/fs/minix/file.c Thu Jul 22 11:25:39 1999
@@ -24,6 +24,7 @@
#define MAX(a,b) (((a)>(b))?(a):(b))

#include <linux/fs.h>
+#include <linux/minix_fs.h>

/*
* Write to a file (through the page cache).

--Boundary-=_nWlrBbmQBhCDarzOwKkYHIDdqSCD--

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/