Changes by: antona
Update of /cvsroot/linux-ntfs/ntfs-driver-tng
In directory usw-pr-cvs1:/tmp/cvs-serv7469
Modified Files:
Makefile.module ldm
Log Message:
Mounts should now work. Note if the mount fails, you will probably have to
reboot before you can try again or bad things might happen...
Umount fails with busy inodes at the moment...
Index: Makefile.module
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfs-driver-tng/Makefile.module,v
retrieving revision 1.3
retrieving revision 1.4
diff -U2 -r1.3 -r1.4
--- Makefile.module 2001/07/09 14:52:05 1.3
+++ Makefile.module 2001/07/29 02:07:16 1.4
@@ -56,9 +56,9 @@
endif
+CFLAGS += -include scripts/ntfsextra.h
CFLAGS += -include $(INCLUDE)/linux/ntfs_fs.h
CFLAGS += -include $(INCLUDE)/linux/ntfs_fs_i.h
CFLAGS += -include $(INCLUDE)/linux/ntfs_fs_sb.h
CFLAGS += -include $(INCLUDE)/linux/ntfs_layout.h
-CFLAGS += -include scripts/ntfsextra.h
all: $(SRCDIR)/$(OUT) $(OUT)
Index: ldm
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfs-driver-tng/ldm,v
retrieving revision 1.1
retrieving revision 1.2
diff -U2 -r1.1 -r1.2
--- ldm 2001/07/06 20:01:18 1.1
+++ ldm 2001/07/29 02:07:16 1.2
@@ -1,4 +1,4 @@
sudo insmod ntfs.o
lsmod
-sudo tail /var/log/allkern
+# sudo tail /var/log/allkern
|