nfs: generic_write_checks() shouldn't be done on swapout...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
7da839c475
commit
65a4a1cad7
3 changed files with 11 additions and 15 deletions
|
@ -452,8 +452,7 @@ extern ssize_t nfs_file_direct_read(struct kiocb *iocb,
|
|||
struct iov_iter *iter,
|
||||
loff_t pos);
|
||||
extern ssize_t nfs_file_direct_write(struct kiocb *iocb,
|
||||
struct iov_iter *iter,
|
||||
loff_t pos);
|
||||
struct iov_iter *iter);
|
||||
|
||||
/*
|
||||
* linux/fs/nfs/dir.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue