Re: [PATCH] nfs:Fix error handling in the function nfs_vm_page_mkwrite

2015-08-24 Thread Trond Myklebust
On Sat, Aug 22, 2015 at 6:34 PM, Nicholas Krause wrote: > This fixes error handling in the function nfs_vm_page_mkwrite to > properly check if the function wait_on_bit_action returned something > other then zero as if so return to the caller of nfs_vm_page_mkwrite > to signal that a internal

Re: [PATCH] nfs:Fix error handling in the function nfs_vm_page_mkwrite

2015-08-24 Thread Trond Myklebust
On Sat, Aug 22, 2015 at 6:34 PM, Nicholas Krause xerofo...@gmail.com wrote: This fixes error handling in the function nfs_vm_page_mkwrite to properly check if the function wait_on_bit_action returned something other then zero as if so return to the caller of nfs_vm_page_mkwrite to signal that