]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7b7902586bb75f38b78c96e82e63fbff821db79f
tree9e7f041cd1061781c9271c9a48637a8f6938ad5a
parent2545e1104f3fe4ad09e3aa43859c1072afabeaca
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