summaryrefslogtreecommitdiffstats
path: root/fs/ntfs/ChangeLog
diff options
context:
space:
mode:
authorAnton Altaparmakov2005-03-03 17:38:59 +0100
committerAnton Altaparmakov2005-05-05 12:17:08 +0200
commit7e693073a940c7484c0c21e3e1603e29ce46f30c (patch)
tree865f7c9374fd2c4f072c17b97aff2225bfc06a75 /fs/ntfs/ChangeLog
parentNTFS: Correct sparse file handling. The compressed values need to be (diff)
downloadkernel-qcow2-linux-7e693073a940c7484c0c21e3e1603e29ce46f30c.tar.gz
kernel-qcow2-linux-7e693073a940c7484c0c21e3e1603e29ce46f30c.tar.xz
kernel-qcow2-linux-7e693073a940c7484c0c21e3e1603e29ce46f30c.zip
NTFS: Add AT_EA in addition to AT_DATA to whitelist for being allowed to be
non-resident in fs/ntfs/attrib.c::ntfs_attr_can_be_non_resident(). Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Diffstat (limited to 'fs/ntfs/ChangeLog')
-rw-r--r--fs/ntfs/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog
index cd348f0b90e5..868871cb9c6e 100644
--- a/fs/ntfs/ChangeLog
+++ b/fs/ntfs/ChangeLog
@@ -88,6 +88,8 @@ ToDo/Notes:
checked and set in the ntfs inode as done for compressed files and
the compressed size needs to be used for vfs inode->i_blocks instead
of the allocated size, again, as done for compressed files.
+ - Add AT_EA in addition to AT_DATA to whitelist for being allowed to
+ be non-resident in fs/ntfs/attrib.c::ntfs_attr_can_be_non_resident().
2.1.22 - Many bug and race fixes and error handling improvements.