summaryrefslogtreecommitdiff
path: root/e2fsck/e2fsck.h
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2007-08-10 23:58:56 -0400
committerTheodore Ts'o <tytso@mit.edu>2007-08-11 01:58:21 -0400
commit1a855cb21f3c5d1c1b0acaf2beab879e9b5cd118 (patch)
tree9841f9a64045863c4a7eb9d5651fed982330a4b5 /e2fsck/e2fsck.h
parentaef2283196667d3b843a55c0fd6e6ebd8b6239c7 (diff)
downloade2fsprogs-1a855cb21f3c5d1c1b0acaf2beab879e9b5cd118.tar.gz
Remove e2fsck's -s and -S options to byte-swap ancient PPC filesystems
The need for fixing byte-swapped filesystems is long-gone, and this is getting in the way of cleaning up e2fsprogs's bitmaps code. So let's get rid of it; modern kernels haven't been able to deal with a byte-swapped filesystem in in about 9 years. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'e2fsck/e2fsck.h')
-rw-r--r--e2fsck/e2fsck.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/e2fsck/e2fsck.h b/e2fsck/e2fsck.h
index 10718476..99c0ae55 100644
--- a/e2fsck/e2fsck.h
+++ b/e2fsck/e2fsck.h
@@ -456,9 +456,6 @@ void e2fsck_rehash_directories(e2fsck_t ctx);
/* super.c */
void check_super_block(e2fsck_t ctx);
-/* swapfs.c */
-void swap_filesys(e2fsck_t ctx);
-
/* util.c */
extern void *e2fsck_allocate_memory(e2fsck_t ctx, unsigned int size,
const char *description);