summaryrefslogtreecommitdiffstats
path: root/shlibs/mount/src/tab_parse.c
diff options
context:
space:
mode:
authorKarel Zak2010-07-21 14:01:56 +0200
committerKarel Zak2011-01-03 12:28:40 +0100
commit6a493fa3769684971c9c47163d47e9687fb9d0f0 (patch)
tree78dc46b0957f942ba6d8b8478f344513a998f488 /shlibs/mount/src/tab_parse.c
parentlibmount: add {start,end}swith() functions (diff)
downloadkernel-qcow2-util-linux-6a493fa3769684971c9c47163d47e9687fb9d0f0.tar.gz
kernel-qcow2-util-linux-6a493fa3769684971c9c47163d47e9687fb9d0f0.tar.xz
kernel-qcow2-util-linux-6a493fa3769684971c9c47163d47e9687fb9d0f0.zip
libmount: remove fs and tab printf functions
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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/shlibs/mount/src/tab_parse.c b/shlibs/mount/src/tab_parse.c
index dc3486d53..4ab39fbd1 100644
--- a/shlibs/mount/src/tab_parse.c
+++ b/shlibs/mount/src/tab_parse.c
@@ -607,7 +607,8 @@ done:
* This function uses @uf to found corresponding record in @tb, then the record
* from @tb is updated (userspace specific mount options are added).
*
- * Note that @uf must contain userspace specific mount options only!
+ * 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.
*/