X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fafs%2Finternal.h;h=11ef8c5568b2be19ac3cf755ab8fa2cc6c5fb9c2;hb=9c920a8402f2bb9bd931801d429b65f4eb6a262b;hp=f09860b45c1a303e9f0702bf2ab9636f6a26689d;hpb=a91482bdcc2e0f6035702e46f1b99043a0893346;p=linux-2.6.git diff --git a/fs/afs/internal.h b/fs/afs/internal.h index f09860b45..11ef8c556 100644 --- a/fs/afs/internal.h +++ b/fs/afs/internal.h @@ -107,9 +107,11 @@ extern struct cachefs_netfs afs_cache_netfs; */ extern struct inode_operations afs_mntpt_inode_operations; extern struct file_operations afs_mntpt_file_operations; +#ifdef AFS_AUTOMOUNT_SUPPORT extern struct afs_timer afs_mntpt_expiry_timer; extern struct afs_timer_ops afs_mntpt_expiry_timer_ops; extern unsigned long afs_mntpt_expiry_timeout; +#endif extern int afs_mntpt_check_symlink(struct afs_vnode *vnode);