]> git.ipfire.org Git - thirdparty/util-linux.git/commit - disk-utils/mkswap.c
mkswap: when writing the signature page, handle EINTR returns
authorKarel Zak <kzak@redhat.com>
Mon, 14 Apr 2008 22:35:05 +0000 (00:35 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 14 Apr 2008 22:35:05 +0000 (00:35 +0200)
commitdb83e35c6a8189496a19b5868237c59ff34f8947
treef64eddd0716a3c8583a5aceea7f5fba57534d1ed
parent00077d4d531ee0b11c81c7c52b7c44548df7b1a0
mkswap: when writing the signature page, handle EINTR returns

If the signature page write bumps into EINTR, it should finish the
write, instead of dying.

Addresses-Ubuntu-Bug: 206113
Signed-off-by: LaMont Jones <lamont@canonical.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
disk-utils/mkswap.c