afs: Don't set PG_error on local EINTR or ENOMEM when filling a page
authorDavid Howells <dhowells@redhat.com>
Thu, 16 Mar 2017 16:27:48 +0000 (16:27 +0000)
committerDavid Howells <dhowells@redhat.com>
Thu, 16 Mar 2017 16:27:48 +0000 (16:27 +0000)
commit68ae849d7e674b83610bc7fdf74b21621a09b9ac
tree9e7f041cd1061781c9271c9a48637a8f6938ad5a
parentab94f5d0dd6fd82e7eeca5e7c8096eaea0a0261f
afs: Don't set PG_error on local EINTR or ENOMEM when filling a page

Don't set PG_error on a page if we get local EINTR or ENOMEM when filling a
page for writing.

Signed-off-by: David Howells <dhowells@redhat.com>
fs/afs/file.c