aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/super.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/afs/super.h')
-rw-r--r--fs/afs/super.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/afs/super.h b/fs/afs/super.h
index ac11362f4e95..32de8cc6fae8 100644
--- a/fs/afs/super.h
+++ b/fs/afs/super.h
@@ -38,6 +38,8 @@ static inline struct afs_super_info *AFS_FS_S(struct super_block *sb)
return sb->s_fs_info;
}
+extern struct file_system_type afs_fs_type;
+
#endif /* __KERNEL__ */
#endif /* _LINUX_AFS_SUPER_H */