diff options
author | Ingo Molnar <mingo@elte.hu> | 2006-03-23 11:57:48 -0500 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2006-03-23 11:57:48 -0500 |
commit | 4e5e529ad684f1b3fba957f5dd4eb7c2b534ee92 (patch) | |
tree | fdd2fd4ef26dc758b28dfb13d56075129a2cbdec /fs/ntfs/ChangeLog | |
parent | 834ba600cefe6847acaebe5e8e984476dfeebf55 (diff) |
NTFS: Semaphore to mutex conversion.
The conversion was generated via scripts, and the result was validated
automatically via a script as well.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Diffstat (limited to 'fs/ntfs/ChangeLog')
-rw-r--r-- | fs/ntfs/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog index 9fb08ef3a7f8..35cc4b1d60f7 100644 --- a/fs/ntfs/ChangeLog +++ b/fs/ntfs/ChangeLog | |||
@@ -43,6 +43,7 @@ ToDo/Notes: | |||
43 | fs/ntfs/inode.c::ntfs_write_inode(). | 43 | fs/ntfs/inode.c::ntfs_write_inode(). |
44 | - Handle the recently introduced -ENAMETOOLONG return value from | 44 | - Handle the recently introduced -ENAMETOOLONG return value from |
45 | fs/ntfs/unistr.c::ntfs_nlstoucs() in fs/ntfs/namei.c::ntfs_lookup(). | 45 | fs/ntfs/unistr.c::ntfs_nlstoucs() in fs/ntfs/namei.c::ntfs_lookup(). |
46 | - Semaphore to mutex conversion. (Ingo Molnar) | ||
46 | 47 | ||
47 | 2.1.26 - Minor bug fixes and updates. | 48 | 2.1.26 - Minor bug fixes and updates. |
48 | 49 | ||