]> err.no Git - util-linux/commitdiff
libmount: fix some gtkdoc warnings
authorKarel Zak <kzak@redhat.com>
Thu, 3 Jun 2010 14:59:20 +0000 (16:59 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 3 Jun 2010 14:59:20 +0000 (16:59 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
shlibs/mount/docs/Makefile.am
shlibs/mount/docs/libmount-sections.txt
shlibs/mount/src/fs.c

index a50390b079c653e1740130136fd636fe3f37bbf8..13e1c655f8d4a63b7020bbcbe5f93006d104348f 100644 (file)
@@ -59,7 +59,7 @@ EXTRA_HFILES=
 
 # Header files to ignore when scanning. Use base file name, no paths
 # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
-IGNORE_HFILES=mountP.h list.h partitions.h superblocks.h topology.h aix.h dos.h
+IGNORE_HFILES=mountP.h
 
 # Images to copy into HTML directory.
 # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
index b791c9aaa25f40c71d0a4cc349fbf6c1c8b3f4f9..59cdf47df8723d108a7d0e14ac97450a806c7d06 100644 (file)
@@ -133,8 +133,8 @@ mnt_fs_get_fstype
 mnt_fs_set_fstype
 mnt_fs_get_optstr
 mnt_fs_set_optstr
-mnt_fs_get_optfs
-mnt_fs_get_optvfs
+mnt_fs_get_fs_optstr
+mnt_fs_get_vfs_optstr
 mnt_fs_get_freq
 mnt_fs_set_freq
 mnt_fs_get_passno
index 56a3b977a611463b72371d03c5076e46fed9c393..851c5f9b5d57c8689ea1fca17cacf954373b7af2 100644 (file)
@@ -353,6 +353,10 @@ int mnt_fs_set_optstr(mnt_fs *fs, const char *optstr)
        free(fs->vfs_optstr);
        fs->fs_optstr = fs->vfs_optstr = NULL;
 
+       /* TODO: it would be possible to use built-in maps of options
+        * and differentiate between VFS and FS options, then we can
+        * set fs_optstr and vfs_optstr */
+
        fs->optstr = p;
 
        return 0;