diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2005-03-03 11:38:59 -0500 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-05-05 06:17:08 -0400 |
commit | 7e693073a940c7484c0c21e3e1603e29ce46f30c (patch) | |
tree | 865f7c9374fd2c4f072c17b97aff2225bfc06a75 /fs/ntfs/ChangeLog | |
parent | 9451f8519c5e6d5d064c30033fc3d4ce77de321c (diff) |
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/ChangeLog | 2 |
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: | |||
88 | checked and set in the ntfs inode as done for compressed files and | 88 | checked and set in the ntfs inode as done for compressed files and |
89 | the compressed size needs to be used for vfs inode->i_blocks instead | 89 | the compressed size needs to be used for vfs inode->i_blocks instead |
90 | of the allocated size, again, as done for compressed files. | 90 | of the allocated size, again, as done for compressed files. |
91 | - Add AT_EA in addition to AT_DATA to whitelist for being allowed to | ||
92 | be non-resident in fs/ntfs/attrib.c::ntfs_attr_can_be_non_resident(). | ||
91 | 93 | ||
92 | 2.1.22 - Many bug and race fixes and error handling improvements. | 94 | 2.1.22 - Many bug and race fixes and error handling improvements. |
93 | 95 | ||