Re: [RFC 07/12] sh, rwsem: provide __down_write_killable
From: Sergei Shtylyov <hidden>
Date: 2016-02-03 11:19:14
Also in:
linux-arch, linux-s390, linux-sh, lkml, sparclinux
From: Sergei Shtylyov <hidden>
Date: 2016-02-03 11:19:14
Also in:
linux-arch, linux-s390, linux-sh, lkml, sparclinux
Hello. On 2/2/2016 11:19 PM, Michal Hocko wrote:
From: Michal Hocko <mhocko@suse.com> which is uses the same fast path as __down_write except it falls back to
s/is//. Same typo (?) in the other patches...
rwsem_down_write_failed_killable slow path and return -EINTR if killed. Signed-off-by: Michal Hocko <mhocko@suse.com>
[...] MBR, Sergei