lkml.org 
[lkml]   [1999]   [Jul]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] 2.3.10 minix file.c
Date
Hello,
While compiling 2.3.10, I received a error message stating that
minix_sync_file was undefined.
The 'bmap' error also occured in inode.c (umsdos).
The following patches should address both issues.

btw, in fat.o and other fs object files, update_vm_cache is undefined. Any
suggestions of resolving this?

Frank Davis


--- fs/minix/file.c.old Fri Jul 9 20:36:09 1999
+++ fs/minix/file.c Fri Jul 9 19:50:30 1999
@@ -14,6 +14,7 @@
#include <linux/locks.h>
#include <linux/mm.h>
#include <linux/pagemap.h>
+#include <linux/minix_fs.h>

#include <asm/uaccess.h>
#include <asm/system.h>

--- fs/umsdos/inode.c.old Fri Jul 9 20:38:42 1999
+++ fs/umsdos/inode.c Fri Jul 9 20:00:14 1999
@@ -153,7 +153,7 @@ inode->i_op = &umsdos_file_inode_operations_no_bmap;
} else {
- if (inode->i_op->bmap != NULL) {
+ if (inode->i_op->get_block != NULL) { inode->i_op =
&umsdos_file_inode_operations; } else { inode->i_op =
&umsdos_file_inode_operations_no_bmap;


_______________________________________________________________
Get Free Email and Do More On The Web. Visit http://www.msn.com

-
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/

\
 
 \ /
  Last update: 2005-03-22 13:52    [W:0.026 / U:3.192 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site