diff options
author | Anton Altaparmakov | 2005-10-04 14:44:48 +0200 |
---|---|---|
committer | Anton Altaparmakov | 2005-10-04 14:44:48 +0200 |
commit | fd9d63678d42ffd4312815ac720a12920642eb36 (patch) | |
tree | 34dcdb5b47c9d89b4dbc8c98cd93617bb14eaca7 /fs/ntfs/Makefile | |
parent | NTFS: Fix a 64-bitness bug where a left-shift could overflow a 32-bit variable (diff) | |
download | kernel-qcow2-linux-fd9d63678d42ffd4312815ac720a12920642eb36.tar.gz kernel-qcow2-linux-fd9d63678d42ffd4312815ac720a12920642eb36.tar.xz kernel-qcow2-linux-fd9d63678d42ffd4312815ac720a12920642eb36.zip |
NTFS: Change ntfs_map_runlist_nolock() to also take an optional attribute
search context. This allows calling it with the mft record mapped.
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 894b2b876d35..a3ce2c0e7dd9 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.24\" +EXTRA_CFLAGS = -DNTFS_VERSION=\"2.1.25-WIP\" ifeq ($(CONFIG_NTFS_DEBUG),y) EXTRA_CFLAGS += -DDEBUG |