DragonFly commits List (threaded) for 2008-07
DragonFly BSD
DragonFly commits List (threaded) for 2008-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/vfs/hammer hammer.h hammer_vfsops.c hammer_ondisk.c


From: Michael Neumann <mneumann@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 30 Jul 2008 00:53:01 -0700 (PDT)

mneumann    2008/07/30 00:53:01 PDT

DragonFly src repository

  Modified files:        (Branch: DragonFly_RELEASE_2_0)
    sys/vfs/hammer       hammer.h hammer_vfsops.c hammer_ondisk.c 
  Log:
  MFC:
  Implement mounting of a Hammer filesystem as a root filesystem.
  
    To mount a Hammer filesystem as root filesystem (e.g. /dev/ad0s1d),
    you have to specify the following in /boot/loader.conf:
  
        vfs.root.mountfrom="hammer:ad0s1d"
  
  Revision   Changes    Path
  1.117.2.5  +2 -1      src/sys/vfs/hammer/hammer.h
  1.63.2.5   +35 -7     src/sys/vfs/hammer/hammer_vfsops.c
  1.69.2.3   +14 -7     src/sys/vfs/hammer/hammer_ondisk.c


http://www.dragonflybsd.org/cvsweb/src/sys/vfs/hammer/hammer.h.diff?r1=1.117.2.4&r2=1.117.2.5&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/vfs/hammer/hammer_vfsops.c.diff?r1=1.63.2.4&r2=1.63.2.5&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/vfs/hammer/hammer_ondisk.c.diff?r1=1.69.2.2&r2=1.69.2.3&f=u



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]