Commit 20942f0e authored by Anton Altaparmakov's avatar Anton Altaparmakov

Start TNG-0.0.9-WIP

parent 37a42bda
...@@ -33,6 +33,10 @@ ToDo: ...@@ -33,6 +33,10 @@ ToDo:
in between. Either need different type of optimization as above or in between. Either need different type of optimization as above or
need to change the read/write spinlock to a read/write semaphore. need to change the read/write spinlock to a read/write semaphore.
tng-0.0.9 - Work in progress
- Add kill_super, just keeping up with the vfs changes in the kernel.
tng-0.0.8 - 08/03/2002 - BitKeeper ChangeSet 1.386 tng-0.0.8 - 08/03/2002 - BitKeeper ChangeSet 1.386
- Replace bdevname(sb->s_dev) with sb->s_id. - Replace bdevname(sb->s_dev) with sb->s_id.
......
...@@ -7,7 +7,7 @@ obj-y := time.o unistr.o inode.o file.o mft.o super.o debug.o aops.o \ ...@@ -7,7 +7,7 @@ obj-y := time.o unistr.o inode.o file.o mft.o super.o debug.o aops.o \
obj-m := $(O_TARGET) obj-m := $(O_TARGET)
EXTRA_CFLAGS = -DNTFS_VERSION=\"TNG-0.0.8\" EXTRA_CFLAGS = -DNTFS_VERSION=\"TNG-0.0.9-WIP\"
ifeq ($(CONFIG_NTFS_DEBUG),y) ifeq ($(CONFIG_NTFS_DEBUG),y)
EXTRA_CFLAGS += -DDEBUG EXTRA_CFLAGS += -DDEBUG
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment