commit | 67b1dfe77a2eb2a88b37cd77b8979cbdb7695bd6 | [log] [tgz] |
---|---|---|
author | Anton Altaparmakov <aia21@cantab.net> | Thu Mar 23 14:57:43 2006 +0000 |
committer | Anton Altaparmakov <aia21@cantab.net> | Thu Mar 23 14:57:43 2006 +0000 |
tree | 95383ef7826a451dea08d58518219ce30b96880d | |
parent | b4d8d1a93c6ea042b29bb66fbb1cf6bc556c18f7 [diff] [blame] |
NTFS: Fix an (innocent) off-by-one error in the runlist code. Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
diff --git a/fs/ntfs/Makefile b/fs/ntfs/Makefile index d95fac7..e27b4ea 100644 --- a/fs/ntfs/Makefile +++ b/fs/ntfs/Makefile
@@ -6,7 +6,7 @@ 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.26\" +EXTRA_CFLAGS = -DNTFS_VERSION=\"2.1.27\" ifeq ($(CONFIG_NTFS_DEBUG),y) EXTRA_CFLAGS += -DDEBUG