aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/nfs_fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/nfs_fs.h')
-rw-r--r--include/linux/nfs_fs.h33
1 files changed, 0 insertions, 33 deletions
diff --git a/include/linux/nfs_fs.h b/include/linux/nfs_fs.h
index fd334d4b0d41..28d649054d5f 100644
--- a/include/linux/nfs_fs.h
+++ b/include/linux/nfs_fs.h
@@ -443,22 +443,6 @@ static inline struct rpc_cred *nfs_file_cred(struct file *file)
443} 443}
444 444
445/* 445/*
446 * linux/fs/nfs/xattr.c
447 */
448#ifdef CONFIG_NFS_V3_ACL
449extern ssize_t nfs3_listxattr(struct dentry *, char *, size_t);
450extern ssize_t nfs3_getxattr(struct dentry *, const char *, void *, size_t);
451extern int nfs3_setxattr(struct dentry *, const char *,
452 const void *, size_t, int);
453extern int nfs3_removexattr (struct dentry *, const char *name);
454#else
455# define nfs3_listxattr NULL
456# define nfs3_getxattr NULL
457# define nfs3_setxattr NULL
458# define nfs3_removexattr NULL
459#endif
460
461/*
462 * linux/fs/nfs/direct.c 446 * linux/fs/nfs/direct.c
463 */ 447 */
464extern ssize_t nfs_direct_IO(int, struct kiocb *, struct iov_iter *, loff_t); 448extern ssize_t nfs_direct_IO(int, struct kiocb *, struct iov_iter *, loff_t);
@@ -549,23 +533,6 @@ extern int nfs_readpage_async(struct nfs_open_context *, struct inode *,
549 struct page *); 533 struct page *);
550 534
551/* 535/*
552 * linux/fs/nfs3proc.c
553 */
554#ifdef CONFIG_NFS_V3_ACL
555extern struct posix_acl *nfs3_get_acl(struct inode *inode, int type);
556extern int nfs3_set_acl(struct inode *inode, struct posix_acl *acl, int type);
557extern int nfs3_proc_setacls(struct inode *inode, struct posix_acl *acl,
558 struct posix_acl *dfacl);
559extern const struct xattr_handler *nfs3_xattr_handlers[];
560#else
561static inline int nfs3_proc_setacls(struct inode *inode, struct posix_acl *acl,
562 struct posix_acl *dfacl)
563{
564 return 0;
565}
566#endif /* CONFIG_NFS_V3_ACL */
567
568/*
569 * inline functions 536 * inline functions
570 */ 537 */
571 538