]> www.infradead.org Git - users/jedix/linux-maple.git/commit
sparc64: Treat ERESTARTSYS as an acceptable error (DAX driver)
authorSanath Kumar <sanath.s.kumar@oracle.com>
Wed, 5 Jul 2017 18:09:33 +0000 (13:09 -0500)
committerAllen Pais <allen.pais@oracle.com>
Tue, 18 Jul 2017 12:25:00 +0000 (17:55 +0530)
commit279b2987f5c4e1ec709730af815ef5d1b998e4c8
tree7b66024822ee9d101dd5df5f9edd827362e8136c
parent8fbcf236eab82f54be25fa924f606a7fb4f193e4
sparc64: Treat ERESTARTSYS as an acceptable error (DAX driver)

get_user_pages fails if the current process calling it has a SIGKILL
posted on it. Since this is an acceptable failure catch this error and
print a debug message instead of an error message.

Orabug: 26393400

Signed-off-by: Sanath Kumar <sanath.s.kumar@oracle.com>
Signed-off-by: Allen Pais <allen.pais@oracle.com>
Reviewed-by: Jonathan Helman <jonathan.helman@oracle.com>
arch/sparc/dax/dax_mm.c