OSDN Git Service

libext2fs: Always build file_io.c
authorTheodore Ts'o <tytso@mit.edu>
Sun, 4 Oct 2009 20:29:17 +0000 (16:29 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 4 Oct 2009 20:29:17 +0000 (16:29 -0400)
commitf790bc33b20e5c1a9d357c41cb2c1b7ea486f98c
treeb46d3242f210947da0d2ad9e43a095188ba66115
parenta321afa8b7baca0ff90e06c1351b2054e61e11ee
libext2fs: Always build file_io.c

Commit 1d9b818: dumpe2fs: Print more information about the inline journal
caused dumpe2fs to use ext2fs_file_open2().  Previously the file_io
functions were only used by debugfs, so if debugfs was disabled,
file_io was not built.  Now that dumpe2fs is also using file_io, we
need to build it unconditionally.

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