]> git.ipfire.org Git - thirdparty/util-linux.git/commit
mkfs.bfs: fix block device open race
authorSami Kerola <kerolasa@iki.fi>
Sat, 31 Oct 2015 18:06:46 +0000 (18:06 +0000)
committerSami Kerola <kerolasa@iki.fi>
Sun, 22 Nov 2015 20:56:37 +0000 (20:56 +0000)
commit5fc7694a544a6cc9f606a5ee3f6787dda732e98f
tree56ce62c52411a0070254bb3b992c355de324bcf6
parent8fe1e638fa81d88e1e405f6221c7a592284c9b23
mkfs.bfs: fix block device open race

This fix makes mkfs.bfs also to detect if block device is busy, and warn if
the device is misaligned.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
disk-utils/mkfs.bfs.c