]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
libext2fs: use C99 initializers for the io_manager structure
authorTheodore Ts'o <tytso@mit.edu>
Sat, 26 Jul 2014 04:49:14 +0000 (00:49 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 26 Jul 2014 04:49:14 +0000 (00:49 -0400)
commitd4ecec45ab0d9d291bcac575988f68993ec98bd0
tree70cb06e04f613295607f19c4de8cea2ada62ef17
parentbaab9f43bf0ecacd043dafb2de29163da5deaf24
libext2fs: use C99 initializers for the io_manager structure

Using C99 initializers makes the code a bit more readable, and it
avoids some gcc -Wall warnings regarding missing initializers.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/ext2fs/dosio.c
lib/ext2fs/inode_io.c
lib/ext2fs/nt_io.c
lib/ext2fs/test_io.c
lib/ext2fs/undo_io.c
lib/ext2fs/unix_io.c
util/gcc-wall-cleanup