Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23347
b: refs/heads/master
c: e750d1c
h: refs/heads/master
i:
  23345: 712fcb1
  23343: 7a03dcd
v: v3
  • Loading branch information
Anton Altaparmakov committed Mar 23, 2006
1 parent d00cf6d commit 584a6f4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4e5e529ad684f1b3fba957f5dd4eb7c2b534ee92
refs/heads/master: e750d1c7cc314b9ba1934b0b474b7d39f906f865
5 changes: 5 additions & 0 deletions trunk/Documentation/filesystems/ntfs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/ntfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 584a6f4

Please sign in to comment.