aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs/Makefile
diff options
context:
space:
mode:
authorAnton Altaparmakov <anton@tuxera.com>2014-10-16 12:53:35 +0100
committerAnton Altaparmakov <anton@tuxera.com>2014-10-16 12:53:35 +0100
commit3569b70c4077db2b70a401c23ac597faf0d1b424 (patch)
treea709a379a690db84e4cb368d08eaf2c0ee09a4c0 /fs/ntfs/Makefile
parentNTFS: Add bmap address space operation needed for FIBMAP ioctl. (diff)
downloadlinux-dev-3569b70c4077db2b70a401c23ac597faf0d1b424.tar.xz
linux-dev-3569b70c4077db2b70a401c23ac597faf0d1b424.zip
NTFS: Bump version to 2.1.31.
Signed-off-by: Anton Altaparmakov <anton@tuxera.com>
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 30206b238433..36ae529511c4 100644
--- a/fs/ntfs/Makefile
+++ b/fs/ntfs/Makefile
@@ -8,7 +8,7 @@ ntfs-y := aops.o attrib.o collate.o compress.o debug.o dir.o file.o \
ntfs-$(CONFIG_NTFS_RW) += bitmap.o lcnalloc.o logfile.o quota.o usnjrnl.o
-ccflags-y := -DNTFS_VERSION=\"2.1.30\"
+ccflags-y := -DNTFS_VERSION=\"2.1.31\"
ccflags-$(CONFIG_NTFS_DEBUG) += -DDEBUG
ccflags-$(CONFIG_NTFS_RW) += -DNTFS_RW