diff options
author | Anton Altaparmakov <anton@tuxera.com> | 2011-01-12 10:34:35 +0000 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-01-12 08:35:53 -0800 |
commit | 2818ef50c4dc103ce52e12d14ce2dfbde5268120 (patch) | |
tree | 91adcbf3c0f05af5c9951488ed12a5b0e762c6e4 /fs/ntfs/Makefile | |
parent | 4162cf64973df51fc885825bc9ca4d055891c49f (diff) | |
download | linux-2818ef50c4dc103ce52e12d14ce2dfbde5268120.tar.gz linux-2818ef50c4dc103ce52e12d14ce2dfbde5268120.tar.bz2 linux-2818ef50c4dc103ce52e12d14ce2dfbde5268120.zip |
NTFS: writev() fix and maintenance/contact details update
Fix writev() to not keep writing the first segment over and over again
instead of moving onto subsequent segments and update the NTFS entry in
MAINTAINERS to reflect that Tuxera Inc. now supports the NTFS driver.
Signed-off-by: Anton Altaparmakov <anton@tuxera.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
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 58b6be992544..4ff028fcfd6e 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.29\" +EXTRA_CFLAGS = -DNTFS_VERSION=\"2.1.30\" ifeq ($(CONFIG_NTFS_DEBUG),y) EXTRA_CFLAGS += -DDEBUG |