]> Pileus Git - ~andy/linux/blobdiff - fs/fat/fat.h
fat: restructure export_operations
[~andy/linux] / fs / fat / fat.h
index 980c0346c168c60e7771f3848cd373d98dc85b87..c517fc066cf7033aad86549f012e4e59c24e3722 100644 (file)
@@ -406,12 +406,8 @@ int fat_cache_init(void);
 void fat_cache_destroy(void);
 
 /* fat/nfs.c */
-struct fid;
-extern struct dentry *fat_fh_to_dentry(struct super_block *sb, struct fid *fid,
-                                      int fh_len, int fh_type);
-extern struct dentry *fat_fh_to_parent(struct super_block *sb, struct fid *fid,
-                                      int fh_len, int fh_type);
-extern struct dentry *fat_get_parent(struct dentry *child_dir);
+extern const struct export_operations fat_export_ops;
+extern const struct export_operations fat_export_ops_nostale;
 
 /* helper for printk */
 typedef unsigned long long     llu;