DragonFlyBSD/src 412a77fsys/vfs/hammer2 hammer2_ioctl.c hammer2_chain.c

hammer2 - Fix hammer2 snapshot operation

* Bring the hammer2 snapshot code up-to-date with the pfs-create
  code.

* Fix initial inode number assignment for hammer2 snapshot code (it
  was starting at 1024 which obviously won't work).

* Correct hammer2_vop_ncreate() error code - it was not converting
  the hammer2 error code to a system error code.
DeltaFile
+108-2sys/vfs/hammer2/hammer2_ioctl.c
+0-105sys/vfs/hammer2/hammer2_chain.c
+2-2sys/vfs/hammer2/hammer2.h
+3-1sys/vfs/hammer2/hammer2_vnops.c
+113-1104 files

UnifiedSplitRaw