aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fat/fat.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/fat/fat.h')
-rw-r--r--fs/fat/fat.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/fs/fat/fat.h b/fs/fat/fat.h
index 980c0346c168..c517fc066cf7 100644
--- a/fs/fat/fat.h
+++ b/fs/fat/fat.h
@@ -406,12 +406,8 @@ int fat_cache_init(void);
406void fat_cache_destroy(void); 406void fat_cache_destroy(void);
407 407
408/* fat/nfs.c */ 408/* fat/nfs.c */
409struct fid; 409extern const struct export_operations fat_export_ops;
410extern struct dentry *fat_fh_to_dentry(struct super_block *sb, struct fid *fid, 410extern const struct export_operations fat_export_ops_nostale;
411 int fh_len, int fh_type);
412extern struct dentry *fat_fh_to_parent(struct super_block *sb, struct fid *fid,
413 int fh_len, int fh_type);
414extern struct dentry *fat_get_parent(struct dentry *child_dir);
415 411
416/* helper for printk */ 412/* helper for printk */
417typedef unsigned long long llu; 413typedef unsigned long long llu;