]>
err.no Git - util-linux/log
Karel Zak [Tue, 20 Jul 2010 09:37:23 +0000 (11:37 +0200)]
mount: don't use auto-clear loopdev if mtab is available
# mount /home/images/floppy.img /mnt/test2
# mount | grep loop
/dev/loop0 on /mnt/test2 type udf (rw)
mount(8) with auto-clear loopdev does not store information about the
original backing file (the image) to /etc/mtab. (Note that this is our
long-term goal, because we want to remove mtab from Linux.)
Unfortunately, losetup(8) is not able to provide full path for the
backing file, because LOOP_GET_STATUS ioctl uses 64 bytes for the
filename...
So, without the information about the backing file in mtab the
information about mapping between the file and the loopdev is
unaccessible from userspace.
From my point of view it would be nice to add all necessary
information about loopdevs to /sys rather than rely on broken
LOOP_GET_STATUS[64] ioctls.
with this patch:
# mount /home/images/floppy.img /mnt/test2
# mount | grep loop# mount | grep loop
/home/images/floppy.img on /mnt/test2 type udf (ro,loop=/dev/loop0)
Addresses: http://bugzilla.redhat.com/show_bug.cgi?id=615389
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Mon, 19 Jul 2010 20:52:58 +0000 (22:52 +0200)]
cfdisk: get_string not calculating correct limits
Reported-by: James L. Hammons <jlhamm@acm.org>
Signed-off-by: Karel Zak <kzak@redhat.com>
Jiro SEKIBA [Tue, 13 Jul 2010 07:14:08 +0000 (09:14 +0200)]
tests: add nilfs2 test for libblkid
Signed-off-by: Jiro SEKIBA <jir@unicus.jp>
Signed-off-by: Karel Zak <kzak@redhat.com>
Jiro SEKIBA [Tue, 13 Jul 2010 07:12:56 +0000 (09:12 +0200)]
libblkid: add nilfs2 filesystem superblock probe
This patch implements nilfs2_idinfo to proble nilfs2 partition.
The patch probes uuid, label, version and verify crc check sum of
superblock.
Signed-off-by: Jiro SEKIBA <jir@unicus.jp>
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Mon, 12 Jul 2010 10:32:12 +0000 (12:32 +0200)]
docs: add COPYING.lib* files
Signed-off-by: Karel Zak <kzak@redhat.com>
Patrice Dumas [Wed, 7 Jul 2010 08:09:40 +0000 (10:09 +0200)]
flock: fix file number in flock.1 man page
According to a search on the internet, the 200 file number is not a
posix shell feature, since posix shells are only mandated to have 1
through 9. I haven't verified that this claim is right, but, at least
dash doesn't like the 200. So here is a patch for the flock man page
that replaces 200 with 9.
Signed-off-by: Patrice Dumas <pertusus@free.fr>
Signed-off-by: Karel Zak <kzak@redhat.com>
Petr Uzel [Sun, 4 Jul 2010 18:02:57 +0000 (20:02 +0200)]
libmount: fix merge_optstr (do not truncate 3 trailing characters)
I believe this is the correct fix.
Signed-off-by: Petr Uzel <petr.uzel@centrum.cz>
Jeff Mahoney [Wed, 7 Jul 2010 08:01:17 +0000 (10:01 +0200)]
swapon: Document btrfs limitation with swapfiles
Btrfs, as of 2.6.35, is unable to allow swapfiles to be used on its
filesystems. This is due to the swapfile implementation wanting to
build an extent map of each block in the file and expecting it to be
static for the life of the swapfile.
Btrfs can't guarantee this and refuses to return the mapping. The
swapfile implementation just makes a comment about there being holes
in the file - but that's how btrfs denies the mapping.
This patch adds a section to the swapon manpage to document it.
Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
Mike Frysinger [Thu, 1 Jul 2010 17:41:40 +0000 (13:41 -0400)]
cfdisk: search for ncursesw/ncurses.h
Some distros install the wide version of ncurses side by side with the
non-wide version and place the wide headers in an ncursesw/ subdir. So
detect that behavior and include the right header with cfdisk.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Karel Zak [Thu, 1 Jul 2010 08:56:41 +0000 (10:56 +0200)]
cfdisk: fix --with-slang
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Thu, 1 Jul 2010 08:43:06 +0000 (10:43 +0200)]
build-sys: explicitly check for slang.h
The slang/slcurses.h contains
#includes <slang.h>
but we don't use -I/usr/include/slang (and this is also missing in
slang.pc), it means that we have manually include the slang.h file
in our configure script.
Note this is Fedora-12, maybe some others distros have more usable
slang headers...
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Thu, 1 Jul 2010 07:44:08 +0000 (09:44 +0200)]
tests: truncate BeFS and tuxonice images
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Wed, 30 Jun 2010 13:08:21 +0000 (15:08 +0200)]
build-sys: release++ (v2.18)
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Wed, 30 Jun 2010 12:51:06 +0000 (14:51 +0200)]
docs: update v2.18 ReleaseNotes
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Wed, 30 Jun 2010 12:46:19 +0000 (14:46 +0200)]
po: merge changes
Signed-off-by: Karel Zak <kzak@redhat.com>
Jakub Bogusz [Wed, 30 Jun 2010 12:29:05 +0000 (14:29 +0200)]
po: update pl.po (from translationproject.org)
Benno Schulenberg [Wed, 30 Jun 2010 12:29:05 +0000 (14:29 +0200)]
po: update nl.po (from translationproject.org)
Petr Pisar [Wed, 30 Jun 2010 12:29:05 +0000 (14:29 +0200)]
po: update cs.po (from translationproject.org)
Karel Zak [Wed, 30 Jun 2010 09:29:09 +0000 (11:29 +0200)]
docs: update TODO
Signed-off-by: Karel Zak <kzak@redhat.com>
Benno Schulenberg [Sun, 20 Jun 2010 12:51:44 +0000 (14:51 +0200)]
textual: slightly improve two README files
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Benno Schulenberg [Sun, 20 Jun 2010 12:39:59 +0000 (14:39 +0200)]
mkswap: tweak the man page
Note that option -v0 is obsolete, and remove the now unneeded comment
about new-style swap areas. Further doublespace sentences, add some
commas and articles, and alphabetize the options.
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Benno Schulenberg [Sun, 20 Jun 2010 10:19:46 +0000 (12:19 +0200)]
fdisk: improve the description of -c and -u options on man page
Also doublespace sentences, hyphenate compound adjectives, alphabetize
the options (except for -CHS), and further tweak some descriptions.
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Francesco Cosoleto [Sun, 27 Jun 2010 12:24:35 +0000 (14:24 +0200)]
lscpu: replace LC_MESSAGES with LC_ALL in setlocate()
LC_CTYPE is necessary to print correctly some non English characters,
set LC_ALL for the sake of brevity.
Example:
$ LANG=fr_FR lscpu -p | head -n 1
\# La suite est en format analysable, transmissible ? d'autres
instead of:
\# La suite est en format analysable, transmissible à d'autres
Signed-off-by: Francesco Cosoleto <cosoleto@gmail.com>
Francesco Cosoleto [Sun, 27 Jun 2010 12:24:34 +0000 (14:24 +0200)]
ipcrm: remove redundant message in case of invalid option
This leaves getopt() only to print a similar error message on invalid
options.
Signed-off-by: Francesco Cosoleto <cosoleto@gmail.com>
Francesco Cosoleto [Sun, 27 Jun 2010 12:24:33 +0000 (14:24 +0200)]
ipcs: advise translators a different output format
Shared memory status output format need changes but there are backward
compatibility problems. This is a invite to apply in translations the
same style used for the rest of the summaries as well as for the limits
reported by -l option.
Signed-off-by: Francesco Cosoleto <cosoleto@gmail.com>
Francesco Cosoleto [Sun, 27 Jun 2010 12:20:38 +0000 (14:20 +0200)]
fsck: fix typo in fsck.8
Signed-off-by: Francesco Cosoleto <cosoleto@gmail.com>
Francesco Cosoleto [Sun, 27 Jun 2010 12:19:54 +0000 (14:19 +0200)]
lscpu: fix typo in lscpu.1
Signed-off-by: Francesco Cosoleto <cosoleto@gmail.com>
Francesco Cosoleto [Sun, 27 Jun 2010 13:02:51 +0000 (15:02 +0200)]
lscpu: gettextize "CPU(s)"
Signed-off-by: Francesco Cosoleto <cosoleto@gmail.com>
Petr Uzel [Fri, 18 Jun 2010 15:14:53 +0000 (17:14 +0200)]
mount: fix memory leak
Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
Petr Uzel [Fri, 18 Jun 2010 15:14:09 +0000 (17:14 +0200)]
mount: fix typos in mount.8
Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
Karel Zak [Wed, 30 Jun 2010 08:35:42 +0000 (10:35 +0200)]
docs: update TODO
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Mon, 21 Jun 2010 08:01:26 +0000 (10:01 +0200)]
cfdisk: fix warning: implicit declaration of function ‘wcwidth’
Reported-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Fri, 18 Jun 2010 10:25:55 +0000 (12:25 +0200)]
build-sys: release++ (v2.18-rc2)
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Fri, 18 Jun 2010 10:15:36 +0000 (12:15 +0200)]
docs: update v2.18 ReleaseNotes
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Fri, 18 Jun 2010 10:08:43 +0000 (12:08 +0200)]
po: merge changes
Signed-off-by: Karel Zak <kzak@redhat.com>
Jakub Bogusz [Fri, 18 Jun 2010 09:27:16 +0000 (11:27 +0200)]
po: update pl.po (from translationproject.org)
Benno Schulenberg [Fri, 18 Jun 2010 09:27:16 +0000 (11:27 +0200)]
po: update nl.po (from translationproject.org)
Petr Pisar [Fri, 18 Jun 2010 09:27:15 +0000 (11:27 +0200)]
po: update cs.po (from translationproject.org)
Karel Zak [Thu, 17 Jun 2010 09:15:40 +0000 (11:15 +0200)]
mkswap: add a note that -p is uncecessary
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Thu, 17 Jun 2010 08:57:47 +0000 (10:57 +0200)]
mkswap: don't use too small user-specified page size
Addresses: http://bugzilla.redhat.com/show_bug.cgi?id=601552
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Thu, 17 Jun 2010 08:29:33 +0000 (10:29 +0200)]
mkswap: use calloc(), remove obsolete v1 header usage
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Wed, 16 Jun 2010 21:41:33 +0000 (23:41 +0200)]
wipefs: fix memory leaks
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Wed, 16 Jun 2010 21:40:46 +0000 (23:40 +0200)]
wipefs: fix mem usage
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Wed, 16 Jun 2010 20:50:42 +0000 (22:50 +0200)]
lscpu: fix CPU_EQUAL_S macro
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Wed, 16 Jun 2010 09:04:39 +0000 (11:04 +0200)]
tests: update fdisk tests
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Wed, 16 Jun 2010 08:52:20 +0000 (10:52 +0200)]
fdisk: extend -c and -u options to support old DOS stuff
The DOS mode and cylinders as display units are disabled by default
now. For users who need old DOS behavior is it necessary to extend
-c (compatibility) and -u (units) command line options. The change is
backwardly compatible (so people who already uses -u and -c are not
affected with this change). New form:
-c[=<mode>] where <mode> is 'dos' or 'nondos' (default)
-u[=<units>] where <units> is 'cylinders' or 'sectors' (default)
For example old deprecated DOS behavior could be enabled by:
fdisk -u=cylinders -c=dos /dev/sda
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Wed, 16 Jun 2010 07:16:00 +0000 (09:16 +0200)]
cal: remove unnecessary info from man page
Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=604238
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Tue, 15 Jun 2010 11:13:05 +0000 (13:13 +0200)]
fdisk: disable DOS mode and cylinders by default
Signed-off-by: Karel Zak <kzak@redhat.com>
Benno Schulenberg [Mon, 14 Jun 2010 18:12:56 +0000 (20:12 +0200)]
lscpu: fix typo, "faild" to "failed"
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Benno Schulenberg [Mon, 14 Jun 2010 18:11:27 +0000 (20:11 +0200)]
fdisk: remove erroneous <size> argument from -u option in help text
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Benno Schulenberg [Mon, 14 Jun 2010 18:08:50 +0000 (20:08 +0200)]
fdisk: untangle the reporting of deprecated mode and unit
Translatable messages should not be split into parts that are
conditionally concatenated. Preferably they should each form
a complete message.
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Signed-off-by: Karel Zak <kzak@redhat.com>
Benno Schulenberg [Mon, 14 Jun 2010 18:07:37 +0000 (20:07 +0200)]
chrt: add --verbose to man page, correct -V for --version, alphabetize
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Benno Schulenberg [Mon, 14 Jun 2010 18:03:21 +0000 (20:03 +0200)]
chrt: slice help text into manageable chunks for translators
[kzak@redhat.com: - clean up usage() function]
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Signed-off-by: Karel Zak <kzak@redhat.com>
Benno Schulenberg [Mon, 14 Jun 2010 17:47:08 +0000 (19:47 +0200)]
chrt: change two messages into four translatable sentences
In several languages the translations for "current" and "new" will
have to be slightly different depending on whether they apply to
"policy" or "priority". (As a general rule, translatable messages
should be full sentences, and not partial ones with optional words
filled in via %s.)
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Mon, 14 Jun 2010 16:42:58 +0000 (18:42 +0200)]
mount: use %u for uid_t and gid_t
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Mon, 14 Jun 2010 16:15:29 +0000 (18:15 +0200)]
textual: fix typos
Reported-by: Petr Pisar <petr.pisar@atlas.cz>
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Mon, 14 Jun 2010 10:47:17 +0000 (12:47 +0200)]
mount: add notes about -o remount,ro,bind to mount.8
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Mon, 14 Jun 2010 09:25:31 +0000 (11:25 +0200)]
lscpu: add CPU_EQUAL_S definition for old/obscure libc
Signed-off-by: Karel Zak <kzak@redhat.com>
Benno Schulenberg [Thu, 10 Jun 2010 13:05:52 +0000 (15:05 +0200)]
findmnt: ungettextize the directions and fix spelling
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Benno Schulenberg [Thu, 10 Jun 2010 12:29:27 +0000 (14:29 +0200)]
messages: gettextize a few skipped or forgotten ones
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Benno Schulenberg [Thu, 10 Jun 2010 12:27:34 +0000 (14:27 +0200)]
textual: fix typos, and rephrase some things for clarity
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Benno Schulenberg [Thu, 10 Jun 2010 12:04:26 +0000 (14:04 +0200)]
uuidd: spell the plural of "UUID" consistently as "UUIDs"
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Samuel Thibault [Thu, 10 Jun 2010 00:20:47 +0000 (02:20 +0200)]
build-sys: minor changes for GNU/Hurd
Here is a patch to fix the build on GNU/Hurd.
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Karel Zak [Mon, 14 Jun 2010 07:35:28 +0000 (09:35 +0200)]
mount: don't create loopdev for MS_BIND
Addresses: http://bugzilla.redhat.com/show_bug.cgi?id=602573
Reported-by: Adam Tkac <atkac@redhat.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Tue, 8 Jun 2010 12:13:46 +0000 (14:13 +0200)]
docs: fix umount --fake note in ReleaseNotes
Reported-By: Miklos Szeredi <miklos@szeredi.hu>
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Tue, 8 Jun 2010 09:52:42 +0000 (11:52 +0200)]
build-sys: release++ (v2.18-rc1)
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Tue, 8 Jun 2010 09:28:26 +0000 (11:28 +0200)]
libmount: don't build tests by default
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Tue, 8 Jun 2010 08:55:24 +0000 (10:55 +0200)]
build-sys: cleanup lib{mount,blkid} building
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Mon, 7 Jun 2010 15:06:07 +0000 (17:06 +0200)]
docs: update ReleaseNotes
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Mon, 7 Jun 2010 12:19:41 +0000 (14:19 +0200)]
docs: update AUTHORS file
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Mon, 7 Jun 2010 12:15:04 +0000 (14:15 +0200)]
libmount: another Makefile.am fix
Karel Zak [Mon, 7 Jun 2010 12:10:01 +0000 (14:10 +0200)]
po: merge changes
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Mon, 7 Jun 2010 10:57:03 +0000 (12:57 +0200)]
libmount: use mangle function from lib/
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Mon, 7 Jun 2010 10:56:28 +0000 (12:56 +0200)]
libmount: fix Makefile.am
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Mon, 7 Jun 2010 10:48:51 +0000 (12:48 +0200)]
build-sys: update include/Makefile.am
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Mon, 7 Jun 2010 10:31:28 +0000 (12:31 +0200)]
build-sys: use include/list.h
Signed-off-by: Karel Zak <kzak@redhat.com>
Clytie Siddall [Mon, 7 Jun 2010 10:27:05 +0000 (12:27 +0200)]
po: update vi.po (from translationproject.org)
Jakub Bogusz [Mon, 7 Jun 2010 10:27:05 +0000 (12:27 +0200)]
po: update pl.po (from translationproject.org)
Makoto Kato [Mon, 7 Jun 2010 10:27:05 +0000 (12:27 +0200)]
po: update ja.po (from translationproject.org)
Arif E. Nugroho [Mon, 7 Jun 2010 10:27:04 +0000 (12:27 +0200)]
po: update id.po (from translationproject.org)
Mikel Olasagasti Uranga [Mon, 7 Jun 2010 10:27:04 +0000 (12:27 +0200)]
po: update eu.po (from translationproject.org)
Santiago Vila Doncel [Mon, 7 Jun 2010 10:27:04 +0000 (12:27 +0200)]
po: update es.po (from translationproject.org)
Petr Pisar [Mon, 7 Jun 2010 10:27:04 +0000 (12:27 +0200)]
po: update cs.po (from translationproject.org)
Karel Zak [Mon, 7 Jun 2010 10:22:25 +0000 (12:22 +0200)]
po: update list of files
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Fri, 4 Jun 2010 21:33:49 +0000 (23:33 +0200)]
tests: update blkid test for raid1
ID_PART_ENTRY_TYPE_ENC does not exists anymore.
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Fri, 4 Jun 2010 21:31:43 +0000 (23:31 +0200)]
tests: mount cramfs read-only
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Fri, 4 Jun 2010 21:29:26 +0000 (23:29 +0200)]
tests: update lscpu test
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Fri, 4 Jun 2010 09:41:23 +0000 (11:41 +0200)]
libblkid: optimize UDF label reading
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Fri, 4 Jun 2010 07:43:21 +0000 (09:43 +0200)]
libmount: add #warning libmount API is not stable yet!
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Thu, 3 Jun 2010 14:59:20 +0000 (16:59 +0200)]
libmount: fix some gtkdoc warnings
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Thu, 3 Jun 2010 14:37:21 +0000 (16:37 +0200)]
libmount: remove mnt_open_device()
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Thu, 3 Jun 2010 14:29:20 +0000 (16:29 +0200)]
findmnt: move from /sbin to /bin
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Tue, 1 Jun 2010 13:06:08 +0000 (15:06 +0200)]
findmnt: minor coding style fixes
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Tue, 18 May 2010 14:19:09 +0000 (16:19 +0200)]
findmnt: small change in usage()
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Fri, 16 Apr 2010 12:59:10 +0000 (14:59 +0200)]
lib: remove unwanted debug messages
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Fri, 16 Apr 2010 12:41:21 +0000 (14:41 +0200)]
findmnt: add {fs,vfs}-options columns
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Fri, 16 Apr 2010 12:40:22 +0000 (14:40 +0200)]
libmount: fix name of mnt_fs_get_*_optstr()
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Fri, 16 Apr 2010 12:39:16 +0000 (14:39 +0200)]
lib: tt.c - fix minimal width of column
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Fri, 16 Apr 2010 12:05:42 +0000 (14:05 +0200)]
libmount: merge vfs and fs options more carefully
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Thu, 15 Apr 2010 11:27:47 +0000 (13:27 +0200)]
libmount: add docs
Signed-off-by: Karel Zak <kzak@redhat.com>