Linux 3.4 compat, d_make_root() replaces d_alloc_root()
[zfs.git] / lib / libspl / include / sys / dklabel.h
index 77d5da1..8772e4a 100644 (file)
@@ -81,8 +81,8 @@ extern "C" {
  * Returned in struct dk_allmap by ioctl DKIOC[SG]APART (dkio(7I))
  */
 struct dk_map {
-       daddr_t dkl_cylno;              /* starting cylinder */
-       daddr_t dkl_nblk;               /* number of blocks;  if == 0, */
+       uint64_t        dkl_cylno;      /* starting cylinder */
+       uint64_t        dkl_nblk;       /* number of blocks;  if == 0, */
                                        /* partition is undefined */
 };