summaryrefslogtreecommitdiffstats
path: root/fs/ntfs/Makefile
diff options
context:
space:
mode:
authorAnton Altaparmakov <aia21@cantab.net>2006-03-23 14:57:43 +0000
committerAnton Altaparmakov <aia21@cantab.net>2006-03-23 14:57:43 +0000
commit67b1dfe77a2eb2a88b37cd77b8979cbdb7695bd6 (patch)
tree95383ef7826a451dea08d58518219ce30b96880d /fs/ntfs/Makefile
parentb4d8d1a93c6ea042b29bb66fbb1cf6bc556c18f7 (diff)
downloadlinux-0-day-67b1dfe77a2eb2a88b37cd77b8979cbdb7695bd6.tar.gz
linux-0-day-67b1dfe77a2eb2a88b37cd77b8979cbdb7695bd6.tar.xz
NTFS: Fix an (innocent) off-by-one error in the runlist code.
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 d95fac7fdeb6e..e27b4eacffbf2 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.26\"
+EXTRA_CFLAGS = -DNTFS_VERSION=\"2.1.27\"
ifeq ($(CONFIG_NTFS_DEBUG),y)
EXTRA_CFLAGS += -DDEBUG