]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - lib/ext2fs/Makefile.in
Add support for passing options to the io layer using the URL syntax. For
authorTheodore Ts'o <tytso@mit.edu>
Tue, 30 Nov 2004 19:07:11 +0000 (14:07 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 30 Nov 2004 19:07:11 +0000 (14:07 -0500)
commit2e8ca9a26b0bd7dae546a3f9a98df67b043fe3be
treee2d27da804ab23bb0fb1bb95688f9b2798eabdd9
parent47204ff9830b17fc6317f48e88d2039f57a5d10a
Add support for passing options to the io layer using the URL syntax.  For
example, /tmp/test.img?offset=1024.  Multiple options can separated using
the & character, although at the moment the only option implemented is
the offset option in the unix_io layer.
16 files changed:
e2fsck/ChangeLog
e2fsck/e2fsck.h
e2fsck/unix.c
lib/ext2fs/ChangeLog
lib/ext2fs/Makefile.in
lib/ext2fs/ext2_io.h
lib/ext2fs/ext2fs.h
lib/ext2fs/freefs.c
lib/ext2fs/io_manager.c [new file with mode: 0644]
lib/ext2fs/openfs.c
lib/ext2fs/test_io.c
lib/ext2fs/unix_io.c
misc/ChangeLog
misc/tune2fs.c
resize/ChangeLog
resize/main.c