Commit 31a17efa authored by Anton Altaparmakov's avatar Anton Altaparmakov Committed by Richard Russon

NTFS: Check for location of attribute name and improve error handling in

      general in fs/ntfs/inode.c::ntfs_read_locked_inode() and friends.
Signed-off-by: default avatarAnton Altaparmakov <aia21@cantab.net>
parent fd07cb99
......@@ -40,6 +40,8 @@ ToDo/Notes:
analagous to the way it is done in __set_page_dirty_buffers().
- Ensure the mft record size does not exceed the PAGE_CACHE_SIZE at
mount time as this cannot work with the current implementation.
- Check for location of attribute name and improve error handling in
general in fs/ntfs/inode.c::ntfs_read_locked_inode() and friends.
2.1.21 - Fix some races and bugs, rewrite mft write code, add mft allocator.
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment