commit | ecc859b2819cd8772ba660b9229489378e541838 | [log] [tgz] |
---|---|---|
author | Phillip Susi <psusi@ubuntu.com> | Tue Dec 24 23:41:34 2013 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Dec 26 00:20:43 2013 -0500 |
tree | 16f0bc2111f80e723fa380b4361d9d1fc42fa0ba | |
parent | c40c7ceffe5ca88ec43b853e4a908f1cbb8c0f15 [diff] |
e2image: handle SIGINT safely When doing an in place move, interrupting it past the point of no return will destroy the filesystem since parts of it have been overwritten. Catch SIGINT the first time and issue a warning if this is the case. Signed-off-by: Phillip Susi <psusi@ubuntu.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>