summaryrefslogtreecommitdiffstats
path: root/libmount/src/mountP.h
diff options
context:
space:
mode:
authorKarel Zak2012-01-24 11:16:53 +0100
committerKarel Zak2012-01-24 11:16:53 +0100
commit9354fea34283f54e45fb7d6faa7b54f516081780 (patch)
tree8e767c601742ba4081f0d076c7ba11b14c32d036 /libmount/src/mountP.h
parentRevert "mount: enable fstab.d" (diff)
downloadkernel-qcow2-util-linux-9354fea34283f54e45fb7d6faa7b54f516081780.tar.gz
kernel-qcow2-util-linux-9354fea34283f54e45fb7d6faa7b54f516081780.tar.xz
kernel-qcow2-util-linux-9354fea34283f54e45fb7d6faa7b54f516081780.zip
libmount: remove fstab.d support
If you really need to store your configuration to a alternative files then you have to explicitly specify the files or directories on mount(8) command line by --fstab option. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libmount/src/mountP.h')
-rw-r--r--libmount/src/mountP.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmount/src/mountP.h b/libmount/src/mountP.h
index 05a13d5de..fa0edf50c 100644
--- a/libmount/src/mountP.h
+++ b/libmount/src/mountP.h
@@ -102,7 +102,7 @@ mnt_debug_h(void *handler, const char *mesg, ...)
# define DBG_FLUSH do { ; } while(0)
#endif
-/* extension for files in the /etc/fstab.d directory */
+/* extension for files in the directory */
#define MNT_MNTTABDIR_EXT ".fstab"
/* library private paths */