X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=include%2Fsys%2Ffs%2Fzfs.h;h=a2b68eddfb340b150b73caa9c3d1072334a2bc16;hb=b312979252c5b566d2f59febcda67f309637e18c;hp=44aed133539244d8217420dec7161a0f3ed7a73e;hpb=4c0d8e50b99b4f3b4a9b7bc67ac7fc4e406f5755;p=zfs.git diff --git a/include/sys/fs/zfs.h b/include/sys/fs/zfs.h index 44aed13..a2b68ed 100644 --- a/include/sys/fs/zfs.h +++ b/include/sys/fs/zfs.h @@ -161,6 +161,7 @@ typedef enum { ZPOOL_PROP_FREE, ZPOOL_PROP_ALLOCATED, ZPOOL_PROP_READONLY, + ZPOOL_PROP_ASHIFT, ZPOOL_NUM_PROPS } zpool_prop_t; @@ -785,7 +786,7 @@ typedef enum zfs_ioc { /* * zvol ioctl to get dataset name */ -#define BLKZNAME _IO(0x12,125) +#define BLKZNAME _IOR(0x12,125,char[ZFS_MAXNAMELEN]) /* * Internal SPA load state. Used by FMA diagnosis engine.