diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2004-11-11 11:18:10 +0000 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-05-04 14:24:16 +0100 |
commit | da28438cae9a271c5c232177f81dfb243de9b7fa (patch) | |
tree | 40817e52c229dbb288f6425b2056c1ad61ad6470 /fs/ntfs/Makefile | |
parent | 8800cea62025a5209d110c5fa5990429239d6eee (diff) | |
download | op-kernel-dev-da28438cae9a271c5c232177f81dfb243de9b7fa.zip op-kernel-dev-da28438cae9a271c5c232177f81dfb243de9b7fa.tar.gz |
NTFS: Use i_size_read() in fs/ntfs/attrib.c::ntfs_attr_set().
Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
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 7b66381..f8c97d41 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.22\" +EXTRA_CFLAGS = -DNTFS_VERSION=\"2.1.23-WIP\" ifeq ($(CONFIG_NTFS_DEBUG),y) EXTRA_CFLAGS += -DDEBUG |