OSDN Git Service

Many files:
authorTheodore Ts'o <tytso@mit.edu>
Tue, 4 Jul 2000 19:20:25 +0000 (19:20 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 4 Jul 2000 19:20:25 +0000 (19:20 +0000)
commit57dca85467cf3fc61565e916a5f2e35db8020d88
tree5499c0d1c5105e41ee285f5b5cefc07dd7c962a3
parentb2420d4057c0a151c5ada91c4648794c8c6cb1a4
Many files:
  tst_badblocks.c: Update test program to test ext2fs_read_bb_FILE2 and
   ext2fs_write_FILE.
  write_bb_file.c (ext2fs_write_bb_FILE): New function which writes out
   bad blocks list to a file.
  read_bb_file.c (ext2fs_read_bb_FILE2): Add new function which changes
   the callback function to take two additional arguments; a private
   blind pointer supplied by the caller, and pointer to a char *
   containing a pointer to the invalid string.
  badblocks.c (ext2fs_badblocks_equal): Add new function which returns
   true if two badblocks list are equal.
  Makefile.in: Remove explicit link of -lc in the shared library.  (It
   shouldn't be necessary, and is harmful in some cases).
jump.funcs:
  dll/jump.funcs: Add new jumptable entries for ext2fs_write_bb_FILE,
   ext2fs_read_bb_FILE2, and ext2fs_badblocks_equal.
lib/ext2fs/ChangeLog
lib/ext2fs/Makefile.in
lib/ext2fs/badblocks.c
lib/ext2fs/dll/jump.funcs
lib/ext2fs/ext2fs.h
lib/ext2fs/read_bb_file.c
lib/ext2fs/tst_badblocks.c
lib/ext2fs/write_bb_file.c [new file with mode: 0644]