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/ntfs.h | |
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/ntfs.h')
-rw-r--r-- | fs/ntfs/ntfs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ntfs/ntfs.h b/fs/ntfs/ntfs.h index 720ffb71bab8..a0bf706797bb 100644 --- a/fs/ntfs/ntfs.h +++ b/fs/ntfs/ntfs.h | |||
@@ -65,6 +65,8 @@ extern struct inode_operations ntfs_dir_inode_ops; | |||
65 | extern struct file_operations ntfs_empty_file_ops; | 65 | extern struct file_operations ntfs_empty_file_ops; |
66 | extern struct inode_operations ntfs_empty_inode_ops; | 66 | extern struct inode_operations ntfs_empty_inode_ops; |
67 | 67 | ||
68 | extern struct export_operations ntfs_export_ops; | ||
69 | |||
68 | /** | 70 | /** |
69 | * NTFS_SB - return the ntfs volume given a vfs super block | 71 | * NTFS_SB - return the ntfs volume given a vfs super block |
70 | * @sb: VFS super block | 72 | * @sb: VFS super block |