]> err.no Git - util-linux/commit
libmount: add mount(8) sample
authorKarel Zak <kzak@redhat.com>
Mon, 10 Jan 2011 13:31:23 +0000 (14:31 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 10 Jan 2011 13:35:25 +0000 (14:35 +0100)
commit97073441e6ec6320580cda4d315a0fec506568eb
treea51b6ab52f54972b5416287aef9cc72a0a901edb
parentc59cf20c1be6d78f4e9ef404f5c5f2d44d57df94
libmount: add mount(8) sample

This code is going to be used as mount(8) replacement in the next
major release (2.20). For now this mount(8) implementation does not
support loopdevs initialization.

Signed-off-by: Karel Zak <kzak@redhat.com>
configure.ac
shlibs/mount/Makefile.am
shlibs/mount/samples/.gitignore [new file with mode: 0644]
shlibs/mount/samples/Makefile.am [new file with mode: 0644]
shlibs/mount/samples/mount.c [new file with mode: 0644]
shlibs/mount/src/context_mount.c