Add start of mount check
authorJens Axboe <axboe@fb.com>
Fri, 22 May 2015 03:19:14 +0000 (21:19 -0600)
committerJens Axboe <axboe@fb.com>
Fri, 22 May 2015 03:19:14 +0000 (21:19 -0600)
commitaae599ba27e581c6492f9bcbd7119a4a25ee1a03
treecda3d26f1c1503ab262515b15bf59b93052aa2b0
parentfcb6b3ef8c606b60511c9c72a908e45f4cbd607b
Add start of mount check

For raw block devices, lets add some safety check that will check for
destructive tests whether a device is mounted or not. Will plumb this
in soon, and add an override option to continue regardless.

Signed-off-by: Jens Axboe <axboe@fb.com>
Makefile
configure
lib/mountcheck.c [new file with mode: 0644]