diff options
author | Anton Altaparmakov <anton@tuxera.com> | 2015-03-11 15:43:32 +0100 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2015-04-12 04:24:33 +0200 |
commit | a632f5593041305c8adbf4727bc1ccdf0b45178b (patch) | |
tree | db4eabb62c52a13a0c9594f6095333d3a744d32c /fs/ntfs/Makefile | |
parent | VFS: Add iov_iter_fault_in_multipages_readable() (diff) | |
download | linux-a632f5593041305c8adbf4727bc1ccdf0b45178b.tar.xz linux-a632f5593041305c8adbf4727bc1ccdf0b45178b.zip |
NTFS: Version 2.1.32 - Update file write from aio_write to write_iter.
Signed-off-by: Anton Altaparmakov <anton@tuxera.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/ntfs/Makefile')
-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 36ae529511c4..2ff263e6d363 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.31\" +ccflags-y := -DNTFS_VERSION=\"2.1.32\" ccflags-$(CONFIG_NTFS_DEBUG) += -DDEBUG ccflags-$(CONFIG_NTFS_RW) += -DNTFS_RW |