]> git.proxmox.com Git - mirror_zfs.git/blobdiff - include/sys/fs/zfs.h
OpenZFS 7090 - zfs should throttle allocations
[mirror_zfs.git] / include / sys / fs / zfs.h
index 5c93f53dec36a309a0fe98b789d58380dce4da7a..c51d190c7f3d00c27bd488c2ed84c547a204cac7 100644 (file)
@@ -1038,7 +1038,8 @@ typedef enum {
        SPA_LOAD_IMPORT,        /* import in progress   */
        SPA_LOAD_TRYIMPORT,     /* tryimport in progress */
        SPA_LOAD_RECOVER,       /* recovery requested   */
-       SPA_LOAD_ERROR          /* load failed          */
+       SPA_LOAD_ERROR,         /* load failed          */
+       SPA_LOAD_CREATE         /* creation in progress */
 } spa_load_state_t;
 
 /*