commit | 1b4cd9c7464d5bd0f5b416c7303bcc827e312473 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Wed Dec 15 18:06:52 2004 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Dec 15 18:06:52 2004 -0500 |
tree | fce84c641673240e056128698d94c098d8177200 | |
parent | f581372280214bd494f4876ab39e559f3ef9f60b [diff] |
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.