Don't spam console if memfd_create fails with ENOSYS
ENOSYS is an expected failure case for memfd_create() -- we provide a fallback codepath for kernels that do not support it. This CL only logs if memfd_create failed with an error other than ENOSYS. This should help to reduce the log spam introduced on the bots which mostly have older kernels that do not support memfd_create(). R=thestig@chromium.org Change-Id: Ib4d217187d1543c7e32dd9e900ef02661bfb817b Reviewed-on: https://chromium-review.googlesource.com/802814 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by:Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#520859}
Showing
Please register or sign in to comment