summaryrefslogtreecommitdiffstats
path: root/fs/ntfs/Makefile
diff options
context:
space:
mode:
authorAnton Altaparmakov2005-09-26 11:48:54 +0200
committerAnton Altaparmakov2005-09-26 11:48:54 +0200
commit5a8c0cc32bb6e029cd9c36f655c6b0955b0d9967 (patch)
tree115b84c84ba7aa031c5db8f6e3988ba90f3849b9 /fs/ntfs/Makefile
parentNTFS: Fix the definition of the CHKD ntfs record magic. It had an off by (diff)
downloadkernel-qcow2-linux-5a8c0cc32bb6e029cd9c36f655c6b0955b0d9967.tar.gz
kernel-qcow2-linux-5a8c0cc32bb6e029cd9c36f655c6b0955b0d9967.tar.xz
kernel-qcow2-linux-5a8c0cc32bb6e029cd9c36f655c6b0955b0d9967.zip
NTFS: More $LogFile handling fixes: when chkdsk has been run, it can leave the
restart pages in the journal without multi sector transfer protection fixups (i.e. the update sequence array is empty and in fact does not exist). Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Diffstat (limited to 'fs/ntfs/Makefile')
-rw-r--r--fs/ntfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ntfs/Makefile b/fs/ntfs/Makefile
index a3ce2c0e7dd9..894b2b876d35 100644
--- a/fs/ntfs/Makefile
+++ b/fs/ntfs/Makefile
@@ -6,7 +6,7 @@ ntfs-objs := aops.o attrib.o collate.o compress.o debug.o dir.o file.o \
index.o inode.o mft.o mst.o namei.o runlist.o super.o sysctl.o \
unistr.o upcase.o
-EXTRA_CFLAGS = -DNTFS_VERSION=\"2.1.25-WIP\"
+EXTRA_CFLAGS = -DNTFS_VERSION=\"2.1.24\"
ifeq ($(CONFIG_NTFS_DEBUG),y)
EXTRA_CFLAGS += -DDEBUG