Re: [PATCH] xfs: clear PF_NOFREEZE for xfsaild kthread

2015-10-26 Thread Brian Foster
On Mon, Oct 26, 2015 at 03:53:40PM +0900, Jiri Kosina wrote: > From: Jiri Kosina > > Since xfsaild has been converted to kthread in 0030807c, it calls > try_to_freeze() during every AIL push iteration. It however doesn't set > itself as freezable, and therefore this try_to_freeze() will never d

[PATCH] xfs: clear PF_NOFREEZE for xfsaild kthread

2015-10-25 Thread Jiri Kosina
From: Jiri Kosina Since xfsaild has been converted to kthread in 0030807c, it calls try_to_freeze() during every AIL push iteration. It however doesn't set itself as freezable, and therefore this try_to_freeze() will never do anything. Before (hopefully eventually) kthread freezing gets conve