commit | e62e560fc8b65ef5debc9041a792d18a8f98b2ca | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Fri Jan 22 16:58:28 2016 -0800 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Fri Jan 22 20:29:55 2016 -0500 |
tree | 3161d9f9ec12f4347d0f2a3e10d203fc36c1a94e | |
parent | 3ed47db34f480df7caf44436e3e63e555351ae9a [diff] |
vfs: abort dedupe loop if fatal signals are pending If the program running dedupe receives a fatal signal during the dedupe loop, we should bail out to avoid tying up the system. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>