diff options
author | Anton Altaparmakov <anton@tuxera.com> | 2014-10-16 07:53:35 -0400 |
---|---|---|
committer | Anton Altaparmakov <anton@tuxera.com> | 2014-10-16 07:53:35 -0400 |
commit | 3569b70c4077db2b70a401c23ac597faf0d1b424 (patch) | |
tree | a709a379a690db84e4cb368d08eaf2c0ee09a4c0 /fs/ntfs | |
parent | 3f7fc6f2a2ba0f72a09e9f9999c3812fdee8fe70 (diff) |
NTFS: Bump version to 2.1.31.
Signed-off-by: Anton Altaparmakov <anton@tuxera.com>
Diffstat (limited to 'fs/ntfs')
-rw-r--r-- | fs/ntfs/Makefile | 2 |
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 \ | |||
8 | 8 | ||
9 | ntfs-$(CONFIG_NTFS_RW) += bitmap.o lcnalloc.o logfile.o quota.o usnjrnl.o | 9 | ntfs-$(CONFIG_NTFS_RW) += bitmap.o lcnalloc.o logfile.o quota.o usnjrnl.o |
10 | 10 | ||
11 | ccflags-y := -DNTFS_VERSION=\"2.1.30\" | 11 | ccflags-y := -DNTFS_VERSION=\"2.1.31\" |
12 | ccflags-$(CONFIG_NTFS_DEBUG) += -DDEBUG | 12 | ccflags-$(CONFIG_NTFS_DEBUG) += -DDEBUG |
13 | ccflags-$(CONFIG_NTFS_RW) += -DNTFS_RW | 13 | ccflags-$(CONFIG_NTFS_RW) += -DNTFS_RW |
14 | 14 | ||