Re: [PATCH 4.4 026/114] btrfs: cleaner_kthread() doesnt need explicit freeze

2018-11-08 Thread Greg Kroah-Hartman
On Thu, Nov 08, 2018 at 07:04:38PM -0500, Sasha Levin wrote: > On Fri, Nov 09, 2018 at 12:28:10AM +0100, David Sterba wrote: > > On Thu, Nov 08, 2018 at 01:50:41PM -0800, Greg Kroah-Hartman wrote: > > > 4.4-stable review patch. If anyone has any objections, please let me > > > know. > > > > > [

Re: [PATCH 4.4 026/114] btrfs: cleaner_kthread() doesnt need explicit freeze

2018-11-08 Thread Greg Kroah-Hartman
On Thu, Nov 08, 2018 at 07:04:38PM -0500, Sasha Levin wrote: > On Fri, Nov 09, 2018 at 12:28:10AM +0100, David Sterba wrote: > > On Thu, Nov 08, 2018 at 01:50:41PM -0800, Greg Kroah-Hartman wrote: > > > 4.4-stable review patch. If anyone has any objections, please let me > > > know. > > > > > [

Re: [PATCH 4.4 026/114] btrfs: cleaner_kthread() doesnt need explicit freeze

2018-11-08 Thread Sasha Levin
On Fri, Nov 09, 2018 at 12:28:10AM +0100, David Sterba wrote: On Thu, Nov 08, 2018 at 01:50:41PM -0800, Greg Kroah-Hartman wrote: 4.4-stable review patch. If anyone has any objections, please let me know. [ Upstream commit 838fe1887765f4cc679febea60d87d2a06bd300e ] Please check the

Re: [PATCH 4.4 026/114] btrfs: cleaner_kthread() doesnt need explicit freeze

2018-11-08 Thread Sasha Levin
On Fri, Nov 09, 2018 at 12:28:10AM +0100, David Sterba wrote: On Thu, Nov 08, 2018 at 01:50:41PM -0800, Greg Kroah-Hartman wrote: 4.4-stable review patch. If anyone has any objections, please let me know. [ Upstream commit 838fe1887765f4cc679febea60d87d2a06bd300e ] Please check the

Re: [PATCH 4.4 026/114] btrfs: cleaner_kthread() doesnt need explicit freeze

2018-11-08 Thread David Sterba
On Thu, Nov 08, 2018 at 01:50:41PM -0800, Greg Kroah-Hartman wrote: > 4.4-stable review patch. If anyone has any objections, please let me know. > [ Upstream commit 838fe1887765f4cc679febea60d87d2a06bd300e ] Please check the discussion under

Re: [PATCH 4.4 026/114] btrfs: cleaner_kthread() doesnt need explicit freeze

2018-11-08 Thread David Sterba
On Thu, Nov 08, 2018 at 01:50:41PM -0800, Greg Kroah-Hartman wrote: > 4.4-stable review patch. If anyone has any objections, please let me know. > [ Upstream commit 838fe1887765f4cc679febea60d87d2a06bd300e ] Please check the discussion under

[PATCH 4.4 026/114] btrfs: cleaner_kthread() doesnt need explicit freeze

2018-11-08 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- [ Upstream commit 838fe1887765f4cc679febea60d87d2a06bd300e ] cleaner_kthread() is not marked freezable, and therefore calling try_to_freeze() in its context is a pointless no-op. In addition to that,

[PATCH 4.4 026/114] btrfs: cleaner_kthread() doesnt need explicit freeze

2018-11-08 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- [ Upstream commit 838fe1887765f4cc679febea60d87d2a06bd300e ] cleaner_kthread() is not marked freezable, and therefore calling try_to_freeze() in its context is a pointless no-op. In addition to that,