Re: [PATCH] vfs: abort dedupe loop if fatal signals are pending
From: Al Viro <hidden>
Date: 2016-01-23 01:30:23
Also in:
linux-fsdevel, linux-xfs
From: Al Viro <hidden>
Date: 2016-01-23 01:30:23
Also in:
linux-fsdevel, linux-xfs
On Fri, Jan 22, 2016 at 04:58:28PM -0800, Darrick J. Wong wrote:
If the program running dedupe receives a fatal signal during the dedupe loop, we should bail out to avoid tying up the system.
Applied.