Print this page
6198 Let's EOL cachefs

*** 19,28 **** --- 19,29 ---- * CDDL HEADER END */ /* * Copyright (c) 1988, 2010, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2012, Joyent, Inc. All rights reserved. + * Copyright 2015 Nexenta Systems, Inc. All rights reserved. */ /* Copyright (c) 1983, 1984, 1985, 1986, 1987, 1988, 1989 AT&T */ /* All Rights Reserved */
*** 4653,4664 **** * nfs4 - force NFS V4 * Because we need to maintain backward compatibility with the naming * convention that the NFS V2 filesystem name is "nfs" (see vfs_conf.c) * we need to map "nfs" => "nfsdyn" and "nfs2" => "nfs". The dynamic * nfs module will map the type back to either "nfs", "nfs3", or "nfs4". ! * This is only for root filesystems, all other uses such as cachefs ! * will expect that "nfs" == NFS V2. */ static void getrootfs(char **fstypp, char **fsmodp) { extern char *strplumb_get_netdev_path(void); --- 4654,4665 ---- * nfs4 - force NFS V4 * Because we need to maintain backward compatibility with the naming * convention that the NFS V2 filesystem name is "nfs" (see vfs_conf.c) * we need to map "nfs" => "nfsdyn" and "nfs2" => "nfs". The dynamic * nfs module will map the type back to either "nfs", "nfs3", or "nfs4". ! * This is only for root filesystems, all other uses will expect ! * that "nfs" == NFS V2. */ static void getrootfs(char **fstypp, char **fsmodp) { extern char *strplumb_get_netdev_path(void);