]> err.no Git - util-linux/commit
mount: use growable string for options
authorKarel Zak <kzak@redhat.com>
Thu, 3 May 2007 12:16:24 +0000 (14:16 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 3 May 2007 22:15:45 +0000 (00:15 +0200)
commit9e28151e70ea2b4d87806a2d36f592c8ef2390e3
treef8e415f9274d5def45cbf8bd1722a5c03d2aed37
parentbb369b14044f822e36097928efe9c121a225f9cb
mount: use growable string for options

The parse_opt() routine uses fixed size of string for mount options.
This is useless for future selinux options where is not well defined
size of selinux context name.

The patch also makes code more readable and all option-string
operations share same code.

Signed-off-by: Karel Zak <kzak@redhat.com>
mount/mount.c