Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NFS: Fix the return value in nfs_page_mkwrite()
Commit c2ec175 ("mm: page_mkwrite change prototype to match fault") exposed a bug in the NFS implementation of page_mkwrite. We should be returning 0 on success... Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
- Loading branch information