Re: [Patch net v2] af_unix: conditionally use freezable blocking calls in read

2016-11-18 Thread David Miller
From: Cong Wang Date: Thu, 17 Nov 2016 15:55:26 -0800 > Commit 2b15af6f95 ("af_unix: use freezable blocking calls in read") > converts schedule_timeout() to its freezable version, it was probably > correct at that time, but later, commit 2b514574f7e8 > ("net: af_unix: implement splice for stream

[Patch net v2] af_unix: conditionally use freezable blocking calls in read

2016-11-17 Thread Cong Wang
Commit 2b15af6f95 ("af_unix: use freezable blocking calls in read") converts schedule_timeout() to its freezable version, it was probably correct at that time, but later, commit 2b514574f7e8 ("net: af_unix: implement splice for stream af_unix sockets") breaks the strong requirement for a freezable