[PATCH] fix for ntfs compile

From: Jurgen Botz (jurgen@botz.org)
Date: Sun Feb 27 2000 - 15:43:05 EST


--- linux-2.3.48/fs/ntfs/fs.c.orig Sun Feb 27 11:49:15 2000
+++ linux-2.3.48/fs/ntfs/fs.c Sun Feb 27 12:39:42 2000
@@ -692,7 +692,7 @@
                        inode->u.ntfs_i.mmu_private = inode->i_size;
                } else {
                        inode->i_op=&ntfs_inode_operations_nobmap;
- inode->i_fop=&ntfs_file_operations_nommap,
+ inode->i_fop=&ntfs_file_operations_nommap;
                }
                inode->i_mode=S_IFREG|S_IRUGO;
        }

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



This archive was generated by hypermail 2b29 : Tue Feb 29 2000 - 21:00:18 EST