]> err.no Git - linux-2.6/blobdiff - fs/nfs/internal.h
[PATCH] configfs: Consolidate locking around configfs_detach_prep() in configfs_rmdir()
[linux-2.6] / fs / nfs / internal.h
index 999ad8ee0645e6fe62ea37c720f7dc842f7aaa6f..24241fcbb98d7647fb6b07fcda9a9e0aee10139a 100644 (file)
@@ -116,13 +116,8 @@ extern void nfs_destroy_readpagecache(void);
 extern int __init nfs_init_writepagecache(void);
 extern void nfs_destroy_writepagecache(void);
 
-#ifdef CONFIG_NFS_DIRECTIO
 extern int __init nfs_init_directcache(void);
 extern void nfs_destroy_directcache(void);
-#else
-#define nfs_init_directcache() (0)
-#define nfs_destroy_directcache() do {} while(0)
-#endif
 
 /* nfs2xdr.c */
 extern int nfs_stat_to_errno(int);
@@ -155,6 +150,7 @@ extern void nfs_clear_inode(struct inode *);
 #ifdef CONFIG_NFS_V4
 extern void nfs4_clear_inode(struct inode *);
 #endif
+void nfs_zap_acl_cache(struct inode *inode);
 
 /* super.c */
 extern struct file_system_type nfs_xdev_fs_type;