]> git.proxmox.com Git - mirror_zfs.git/blobdiff - include/sys/zil_impl.h
cstyle: Resolve C style issues
[mirror_zfs.git] / include / sys / zil_impl.h
index f5b69b7ed180fceb60c3b24a7879316718a3fd3e..0db4b525cd2bc4ed7750b34ff15dd5a84fbe8ff3 100644 (file)
@@ -41,7 +41,7 @@ extern "C" {
 typedef struct lwb {
        zilog_t         *lwb_zilog;     /* back pointer to log struct */
        blkptr_t        lwb_blk;        /* on disk address of this log blk */
-       boolean_t       lwb_fastwrite;  /* is blk marked for fastwrite? */
+       boolean_t       lwb_fastwrite;  /* is blk marked for fastwrite? */
        int             lwb_nused;      /* # used bytes in buffer */
        int             lwb_sz;         /* size of block and buffer */
        char            *lwb_buf;       /* log write buffer */