From 584a6f47b4b479692af3b70e633376574077d6e5 Mon Sep 17 00:00:00 2001 From: Anton Altaparmakov Date: Thu, 23 Mar 2006 17:04:12 +0000 Subject: [PATCH] --- yaml --- r: 23347 b: refs/heads/master c: e750d1c7cc314b9ba1934b0b474b7d39f906f865 h: refs/heads/master i: 23345: 712fcb1eca65eca04ba58db851db8f51b7897ea0 23343: 7a03dcd6865c368ce3981ee98cfd49b3e02ad982 v: v3 --- [refs] | 2 +- trunk/Documentation/filesystems/ntfs.txt | 5 +++++ trunk/fs/ntfs/super.c | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 38afce04412e..ecd05728bfc9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4e5e529ad684f1b3fba957f5dd4eb7c2b534ee92 +refs/heads/master: e750d1c7cc314b9ba1934b0b474b7d39f906f865 diff --git a/trunk/Documentation/filesystems/ntfs.txt b/trunk/Documentation/filesystems/ntfs.txt index 251168587899..638cbd3d2b00 100644 --- a/trunk/Documentation/filesystems/ntfs.txt +++ b/trunk/Documentation/filesystems/ntfs.txt @@ -457,6 +457,11 @@ ChangeLog Note, a technical ChangeLog aimed at kernel hackers is in fs/ntfs/ChangeLog. +2.1.27: + - Implement page migration support so the kernel can move memory used + by NTFS files and directories around for management purposes. + - Add support for writing to sparse files created with Windows XP SP2. + - Many minor improvements and bug fixes. 2.1.26: - Implement support for sector sizes above 512 bytes (up to the maximum supported by NTFS which is 4096 bytes). diff --git a/trunk/fs/ntfs/super.c b/trunk/fs/ntfs/super.c index 6816edafe4dd..7646b5059389 100644 --- a/trunk/fs/ntfs/super.c +++ b/trunk/fs/ntfs/super.c @@ -3090,7 +3090,7 @@ static void ntfs_big_inode_init_once(void *foo, struct kmem_cache *cachep, struct kmem_cache *ntfs_attr_ctx_cache; struct kmem_cache *ntfs_index_ctx_cache; -/* Driver wide semaphore. */ +/* Driver wide mutex. */ DEFINE_MUTEX(ntfs_lock); static struct super_block *ntfs_get_sb(struct file_system_type *fs_type,