diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2005-03-03 08:44:15 -0500 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-05-05 06:13:56 -0400 |
commit | 413826868fb49d200b741bcaeaf58ea5c5e45321 (patch) | |
tree | a106b6e0bae52a68a0b824f1999ab694d894a1f2 /fs/ntfs/ChangeLog | |
parent | 8907547d4b099e67762ea4891c127ea1f6dd1cb7 (diff) |
NTFS: Make fs/ntfs/namei.c::ntfs_get_{parent,dentry} static and move the
definition of ntfs_export_ops from fs/ntfs/super.c to namei.c.
Also, declare ntfs_export_ops in fs/ntfs/ntfs.h.
Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Diffstat (limited to 'fs/ntfs/ChangeLog')
-rw-r--r-- | fs/ntfs/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog index bfd86c5cc480..cf21e0571b68 100644 --- a/fs/ntfs/ChangeLog +++ b/fs/ntfs/ChangeLog | |||
@@ -81,6 +81,9 @@ ToDo/Notes: | |||
81 | mft record for resident attributes (fs/ntfs/inode.c). | 81 | mft record for resident attributes (fs/ntfs/inode.c). |
82 | - Small readability cleanup to use "a" instead of "ctx->attr" | 82 | - Small readability cleanup to use "a" instead of "ctx->attr" |
83 | everywhere (fs/ntfs/inode.c). | 83 | everywhere (fs/ntfs/inode.c). |
84 | - Make fs/ntfs/namei.c::ntfs_get_{parent,dentry} static and move the | ||
85 | definition of ntfs_export_ops from fs/ntfs/super.c to namei.c. Also, | ||
86 | declare ntfs_export_ops in fs/ntfs/ntfs.h. | ||
84 | 87 | ||
85 | 2.1.22 - Many bug and race fixes and error handling improvements. | 88 | 2.1.22 - Many bug and race fixes and error handling improvements. |
86 | 89 | ||