Whamcloud - gitweb
sparse.c (ext2fs_list_backups, ext2fs_bg_has_super),
authorTheodore Ts'o <tytso@mit.edu>
Wed, 15 Dec 2004 23:06:52 +0000 (18:06 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 15 Dec 2004 23:06:52 +0000 (18:06 -0500)
commit1b4cd9c7464d5bd0f5b416c7303bcc827e312473
treefce84c641673240e056128698d94c098d8177200
parentf581372280214bd494f4876ab39e559f3ef9f60b
sparse.c (ext2fs_list_backups, ext2fs_bg_has_super),
res_gdt.c (list_backups), closefs.c (ext2fs_bg_has_super),
ext2fs.h: Move ext2fs_list_backups() to res_gdt.c, and
ext2fs_bg_has_super() back to closefs.c.  There's no
reason for the new file, since list_backups() isn't being
used by any other functions, and can be made static, and
all users of the ext2fs filesystem will have to call
ext2fs_close() anyway.
lib/ext2fs/ChangeLog
lib/ext2fs/Makefile.in
lib/ext2fs/closefs.c
lib/ext2fs/ext2fs.h
lib/ext2fs/res_gdt.c