diff options
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 |