Print this page
PSARC 2008/290 lofi mount
6384817 Need persistent lofi based mounts and direct mount(1m) support for lofi

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/devfsadm/devfsadm.c
          +++ new/usr/src/cmd/devfsadm/devfsadm.c
↓ open down ↓ 16 lines elided ↑ open up ↑
  17   17   * information: Portions Copyright [yyyy] [name of copyright owner]
  18   18   *
  19   19   * CDDL HEADER END
  20   20   */
  21   21  
  22   22  /*
  23   23   * Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  24   24   * Use is subject to license terms.
  25   25   */
  26   26  
  27      -#pragma ident   "@(#)devfsadm.c 1.97    08/04/19 SMI"
       27 +#pragma ident   "@(#)devfsadm.c 1.98    08/05/07 SMI"
  28   28  
  29   29  /*
  30   30   * Devfsadm replaces drvconfig, audlinks, disks, tapes, ports, devlinks
  31   31   * as a general purpose device administrative utility.  It creates
  32   32   * devices special files in /devices and logical links in /dev, and
  33   33   * coordinates updates to /etc/path_to_instance with the kernel.  It
  34   34   * operates in both command line mode to handle user or script invoked
  35   35   * reconfiguration updates, and operates in daemon mode to handle dynamic
  36   36   * reconfiguration for hotplugging support.
  37   37   */