diff options
author | Alexander Eremin <a.eremin@nexenta.com> | 2015-09-22 00:48:58 +0000 |
---|---|---|
committer | Dan McDonald <danmcd@omniti.com> | 2015-09-22 14:01:25 -0400 |
commit | bd93c05dbd9b8f1e8d2edf48c777bc881f927608 (patch) | |
tree | 31b825856f43696cf1be7abe8fff0981db7cb1b4 /usr/src/lib/lvm | |
parent | b584d06cf5d63c0af8a641ca543c28986ec5cf81 (diff) | |
download | illumos-joyent-bd93c05dbd9b8f1e8d2edf48c777bc881f927608.tar.gz |
6198 Let's EOL cachefs
Reviewed by: Marcel Telka <marcel@telka.sk>
Reviewed by: Dan McDonald <danmcd@omniti.com>
Approved by: Gordon Ross <gordon.w.ross@gmail.com>
Diffstat (limited to 'usr/src/lib/lvm')
-rw-r--r-- | usr/src/lib/lvm/libmeta/common/meta_check.c | 2 | ||||
-rw-r--r-- | usr/src/lib/lvm/libmeta/common/meta_mount.c | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/usr/src/lib/lvm/libmeta/common/meta_check.c b/usr/src/lib/lvm/libmeta/common/meta_check.c index 8b32ed4c8e..c52b9b876d 100644 --- a/usr/src/lib/lvm/libmeta/common/meta_check.c +++ b/usr/src/lib/lvm/libmeta/common/meta_check.c @@ -22,6 +22,7 @@ /* * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. + * Copyright 2015 Nexenta Systems, Inc. All rights reserved. */ /* @@ -66,7 +67,6 @@ static char *skip_these_mntents[] = { "autofs", "proc", "tmpfs", - "cachefs", "rfs", "fd", "mntfs", diff --git a/usr/src/lib/lvm/libmeta/common/meta_mount.c b/usr/src/lib/lvm/libmeta/common/meta_mount.c index 968334d261..efaf7885cd 100644 --- a/usr/src/lib/lvm/libmeta/common/meta_mount.c +++ b/usr/src/lib/lvm/libmeta/common/meta_mount.c @@ -21,9 +21,9 @@ /* * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. + * Copyright 2015 Nexenta Systems, Inc. All rights reserved. */ -#pragma ident "%Z%%M% %I% %E% SMI" /* * return mount association with meta device @@ -73,7 +73,6 @@ meta_get_mountp( (strcmp(m.mnt_fstype, "autofs") == 0) || (strcmp(m.mnt_fstype, "proc") == 0) || (strcmp(m.mnt_fstype, "tmpfs") == 0) || - (strcmp(m.mnt_fstype, "cachefs") == 0) || (strcmp(m.mnt_fstype, "lofs") == 0) || (strcmp(m.mnt_fstype, "rfs") == 0) || (strcmp(m.mnt_fstype, "fd") == 0)) |