Print this page
6198 Let's EOL cachefs
*** 19,31 ****
* CDDL HEADER END
*/
/*
* Copyright 2006 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
- #pragma ident "%Z%%M% %I% %E% SMI"
/*
* return mount association with meta device
*/
--- 19,31 ----
* 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.
*/
/*
* return mount association with meta device
*/
*** 71,81 ****
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;
--- 71,80 ----