]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - misc/badblocks.c
badblocks.c (main): Open the device as O_RDWR if possible, since
authorTheodore Ts'o <tytso@mit.edu>
Wed, 2 Jan 2002 19:15:35 +0000 (14:15 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 2 Jan 2002 19:15:35 +0000 (14:15 -0500)
commit5493a27dc1138d2e30193b80217a0127d247af1e
treedd40d67e248f6555f2dd16833f49574eff8de85c
parentd4de4aa938339275515b2b5b6fcf8ca2b51c3d34
badblocks.c (main): Open the device as O_RDWR if possible, since
fsync() isn't guaranteed to work if the filesystem is
opened read-only.
misc/ChangeLog
misc/badblocks.c