diff options
Diffstat (limited to 'fs/cifs/cifsfs.h')
-rw-r--r-- | fs/cifs/cifsfs.h | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/fs/cifs/cifsfs.h b/fs/cifs/cifsfs.h index 8fe51166d6e3..70f178a7c759 100644 --- a/fs/cifs/cifsfs.h +++ b/fs/cifs/cifsfs.h | |||
@@ -95,14 +95,10 @@ extern const struct file_operations cifs_file_strict_nobrl_ops; | |||
95 | extern int cifs_open(struct inode *inode, struct file *file); | 95 | extern int cifs_open(struct inode *inode, struct file *file); |
96 | extern int cifs_close(struct inode *inode, struct file *file); | 96 | extern int cifs_close(struct inode *inode, struct file *file); |
97 | extern int cifs_closedir(struct inode *inode, struct file *file); | 97 | extern int cifs_closedir(struct inode *inode, struct file *file); |
98 | extern ssize_t cifs_user_readv(struct kiocb *iocb, const struct iovec *iov, | 98 | extern ssize_t cifs_user_readv(struct kiocb *iocb, struct iov_iter *to); |
99 | unsigned long nr_segs, loff_t pos); | 99 | extern ssize_t cifs_strict_readv(struct kiocb *iocb, struct iov_iter *to); |
100 | extern ssize_t cifs_strict_readv(struct kiocb *iocb, const struct iovec *iov, | 100 | extern ssize_t cifs_user_writev(struct kiocb *iocb, struct iov_iter *from); |
101 | unsigned long nr_segs, loff_t pos); | 101 | extern ssize_t cifs_strict_writev(struct kiocb *iocb, struct iov_iter *from); |
102 | extern ssize_t cifs_user_writev(struct kiocb *iocb, const struct iovec *iov, | ||
103 | unsigned long nr_segs, loff_t pos); | ||
104 | extern ssize_t cifs_strict_writev(struct kiocb *iocb, const struct iovec *iov, | ||
105 | unsigned long nr_segs, loff_t pos); | ||
106 | extern int cifs_lock(struct file *, int, struct file_lock *); | 102 | extern int cifs_lock(struct file *, int, struct file_lock *); |
107 | extern int cifs_fsync(struct file *, loff_t, loff_t, int); | 103 | extern int cifs_fsync(struct file *, loff_t, loff_t, int); |
108 | extern int cifs_strict_fsync(struct file *, loff_t, loff_t, int); | 104 | extern int cifs_strict_fsync(struct file *, loff_t, loff_t, int); |