Print this page
6198 Let's EOL cachefs
@@ -19,13 +19,13 @@
* CDDL HEADER END
*/
/*
* 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
*/
@@ -71,11 +71,10 @@
if ((strcmp(m.mnt_fstype, "nfs") == 0) ||
(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))
continue;