lkml.org 
[lkml]   [1999]   [Jul]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[patch] minixfs needs small patch to compile
Date
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
--- 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).
\
 
 \ /
  Last update: 2005-03-22 13:53    [W:0.056 / U:0.044 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site