aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/nfs_fs.h
diff options
context:
space:
mode:
authorTrond Myklebust <Trond.Myklebust@netapp.com>2007-02-13 01:43:25 -0500
committerTrond Myklebust <Trond.Myklebust@netapp.com>2007-02-13 01:43:25 -0500
commitd9bc125caf592b7d081021f32ce5b717efdf70c8 (patch)
tree263b7066ba22ddce21db610c0300f6eaac6f2064 /include/linux/nfs_fs.h
parent43d78ef2ba5bec26d0315859e8324bfc0be23766 (diff)
parentec2f9d1331f658433411c58077871e1eef4ee1b4 (diff)
Merge branch 'master' of /home/trondmy/kernel/linux-2.6/
Conflicts: net/sunrpc/auth_gss/gss_krb5_crypto.c net/sunrpc/auth_gss/gss_spkm3_token.c net/sunrpc/clnt.c Merge with mainline and fix conflicts.
Diffstat (limited to 'include/linux/nfs_fs.h')
-rw-r--r--include/linux/nfs_fs.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/include/linux/nfs_fs.h b/include/linux/nfs_fs.h
index c0d03767b8c4..47aaa2c66738 100644
--- a/include/linux/nfs_fs.h
+++ b/include/linux/nfs_fs.h
@@ -323,9 +323,9 @@ static inline void nfs_fattr_init(struct nfs_fattr *fattr)
323/* 323/*
324 * linux/fs/nfs/file.c 324 * linux/fs/nfs/file.c
325 */ 325 */
326extern struct inode_operations nfs_file_inode_operations; 326extern const struct inode_operations nfs_file_inode_operations;
327#ifdef CONFIG_NFS_V3 327#ifdef CONFIG_NFS_V3
328extern struct inode_operations nfs3_file_inode_operations; 328extern const struct inode_operations nfs3_file_inode_operations;
329#endif /* CONFIG_NFS_V3 */ 329#endif /* CONFIG_NFS_V3 */
330extern const struct file_operations nfs_file_operations; 330extern const struct file_operations nfs_file_operations;
331extern const struct address_space_operations nfs_file_aops; 331extern const struct address_space_operations nfs_file_aops;
@@ -372,9 +372,9 @@ extern ssize_t nfs_file_direct_write(struct kiocb *iocb,
372/* 372/*
373 * linux/fs/nfs/dir.c 373 * linux/fs/nfs/dir.c
374 */ 374 */
375extern struct inode_operations nfs_dir_inode_operations; 375extern const struct inode_operations nfs_dir_inode_operations;
376#ifdef CONFIG_NFS_V3 376#ifdef CONFIG_NFS_V3
377extern struct inode_operations nfs3_dir_inode_operations; 377extern const struct inode_operations nfs3_dir_inode_operations;
378#endif /* CONFIG_NFS_V3 */ 378#endif /* CONFIG_NFS_V3 */
379extern const struct file_operations nfs_dir_operations; 379extern const struct file_operations nfs_dir_operations;
380extern struct dentry_operations nfs_dentry_operations; 380extern struct dentry_operations nfs_dentry_operations;
@@ -384,7 +384,7 @@ extern int nfs_instantiate(struct dentry *dentry, struct nfs_fh *fh, struct nfs_
384/* 384/*
385 * linux/fs/nfs/symlink.c 385 * linux/fs/nfs/symlink.c
386 */ 386 */
387extern struct inode_operations nfs_symlink_inode_operations; 387extern const struct inode_operations nfs_symlink_inode_operations;
388 388
389/* 389/*
390 * linux/fs/nfs/sysctl.c 390 * linux/fs/nfs/sysctl.c
@@ -401,8 +401,8 @@ extern void nfs_unregister_sysctl(void);
401 * linux/fs/nfs/namespace.c 401 * linux/fs/nfs/namespace.c
402 */ 402 */
403extern struct list_head nfs_automount_list; 403extern struct list_head nfs_automount_list;
404extern struct inode_operations nfs_mountpoint_inode_operations; 404extern const struct inode_operations nfs_mountpoint_inode_operations;
405extern struct inode_operations nfs_referral_inode_operations; 405extern const struct inode_operations nfs_referral_inode_operations;
406extern int nfs_mountpoint_expiry_timeout; 406extern int nfs_mountpoint_expiry_timeout;
407extern void nfs_release_automount_timer(void); 407extern void nfs_release_automount_timer(void);
408 408