diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/nfs_fs.h | 1 | ||||
-rw-r--r-- | include/linux/nfs_xdr.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/nfs_fs.h b/include/linux/nfs_fs.h index 09271b10f9a8..152798949113 100644 --- a/include/linux/nfs_fs.h +++ b/include/linux/nfs_fs.h | |||
@@ -409,6 +409,7 @@ extern void nfs_unregister_sysctl(void); | |||
409 | */ | 409 | */ |
410 | extern struct list_head nfs_automount_list; | 410 | extern struct list_head nfs_automount_list; |
411 | extern struct inode_operations nfs_mountpoint_inode_operations; | 411 | extern struct inode_operations nfs_mountpoint_inode_operations; |
412 | extern struct inode_operations nfs_referral_inode_operations; | ||
412 | extern int nfs_mountpoint_expiry_timeout; | 413 | extern int nfs_mountpoint_expiry_timeout; |
413 | extern void nfs_release_automount_timer(void); | 414 | extern void nfs_release_automount_timer(void); |
414 | 415 | ||
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index d6eea8348728..7c7320fa51aa 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h | |||
@@ -63,6 +63,7 @@ struct nfs_fattr { | |||
63 | #define NFS_ATTR_FATTR 0x0002 /* post-op attributes */ | 63 | #define NFS_ATTR_FATTR 0x0002 /* post-op attributes */ |
64 | #define NFS_ATTR_FATTR_V3 0x0004 /* NFSv3 attributes */ | 64 | #define NFS_ATTR_FATTR_V3 0x0004 /* NFSv3 attributes */ |
65 | #define NFS_ATTR_FATTR_V4 0x0008 /* NFSv4 change attribute */ | 65 | #define NFS_ATTR_FATTR_V4 0x0008 /* NFSv4 change attribute */ |
66 | #define NFS_ATTR_FATTR_V4_REFERRAL 0x0010 /* NFSv4 referral */ | ||
66 | 67 | ||
67 | /* | 68 | /* |
68 | * Info on the file system | 69 | * Info on the file system |