summaryrefslogtreecommitdiffstats
path: root/shlibs/mount/src/tab_parse.c
diff options
context:
space:
mode:
authorKarel Zak2010-08-24 16:03:50 +0200
committerKarel Zak2011-01-03 12:28:41 +0100
commit569f95b7e8d457e11ce1ca114128bdf7f732208f (patch)
tree2238076ad3f5acfa73ba0f9d7b38c1ccb8cefe82 /shlibs/mount/src/tab_parse.c
parentlibmount: improve an rename API for mtab management (diff)
downloadkernel-qcow2-util-linux-569f95b7e8d457e11ce1ca114128bdf7f732208f.tar.gz
kernel-qcow2-util-linux-569f95b7e8d457e11ce1ca114128bdf7f732208f.tar.xz
kernel-qcow2-util-linux-569f95b7e8d457e11ce1ca114128bdf7f732208f.zip
libmount: clean up mnt_fs_set_optstr()
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'shlibs/mount/src/tab_parse.c')
-rw-r--r--shlibs/mount/src/tab_parse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shlibs/mount/src/tab_parse.c b/shlibs/mount/src/tab_parse.c
index 6f8308e50..1d59d17ad 100644
--- a/shlibs/mount/src/tab_parse.c
+++ b/shlibs/mount/src/tab_parse.c
@@ -613,7 +613,7 @@ done:
* Note that @uf must contain only userspace specific mount options instead of
* VFS options (note that FS options are ignored).
*
- * Returns: modified filesystem (from @tb) or NULL.
+ * Returns modified filesystem (from @tb) or NULL.
*/
static mnt_fs *mnt_tab_merge_userspace_fs(mnt_tab *tb, mnt_fs *uf)
{
@@ -647,7 +647,7 @@ static mnt_fs *mnt_tab_merge_userspace_fs(mnt_tab *tb, mnt_fs *uf)
}
if (fs)
- mnt_fs_append_optstr(fs, optstr);
+ mnt_fs_append_userspace_optstr(fs, optstr);
return fs;
}