diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2006-03-23 11:21:02 -0500 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2006-03-23 11:21:02 -0500 |
commit | 20fdcf1d543b1285ef8b1c1993a9221f2eda52dc (patch) | |
tree | 476002aa4a3af68a5986ac38c51ab0f083d6c520 /fs/ntfs/ChangeLog | |
parent | a778f217328a7391e0919b6463ec7f143851d12d (diff) |
NTFS: Add a missing call to flush_dcache_mft_record_page() in
fs/ntfs/inode.c::ntfs_write_inode().
Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Diffstat (limited to 'fs/ntfs/ChangeLog')
-rw-r--r-- | fs/ntfs/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog index 5fb74e62f535..d20031587bbb 100644 --- a/fs/ntfs/ChangeLog +++ b/fs/ntfs/ChangeLog | |||
@@ -41,6 +41,8 @@ ToDo/Notes: | |||
41 | - Fix a bug in fs/ntfs/inode.c::ntfs_read_locked_index_inode() where we | 41 | - Fix a bug in fs/ntfs/inode.c::ntfs_read_locked_index_inode() where we |
42 | forgot to update a temporary variable so loading index inodes which | 42 | forgot to update a temporary variable so loading index inodes which |
43 | have an index allocation attribute failed. | 43 | have an index allocation attribute failed. |
44 | - Add a missing call to flush_dcache_mft_record_page() in | ||
45 | fs/ntfs/inode.c::ntfs_write_inode(). | ||
44 | 46 | ||
45 | 2.1.26 - Minor bug fixes and updates. | 47 | 2.1.26 - Minor bug fixes and updates. |
46 | 48 | ||