Whamcloud - gitweb
libext2fs: use abort() instead of perror()/exit()
authorTheodore Ts'o <tytso@mit.edu>
Mon, 30 Jul 2012 19:46:26 +0000 (15:46 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 30 Jul 2012 19:46:26 +0000 (15:46 -0400)
commit1b6de47f6510c1dafdcf6dd84ecadebd51eabd0b
tree0acaa7424a7467a6bbdb757b148961473525373a
parent9835dbadaaa33f48e1238560519a5e184b83f164
libext2fs: use abort() instead of perror()/exit()

This simplifies the number of C library symbols needed by boot loader
systems such as yaboot.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/ext2fs/blkmap64_rb.c