sys/vfs/hammer: Drop typedefs for struct hammer_ioc_{hist_entry,mrecord_head}
commit4362c066783a48e550dca1fd1c562a65052e752e
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Mon, 17 Apr 2017 18:48:22 +0000 (17 21:48 +0300)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Mon, 17 Apr 2017 19:12:09 +0000 (17 22:12 +0300)
treeeace8ada2b4f086fc33985be6c6839570208140b
parent9930da22423478e7af8fc6461fc059d567ef9543
sys/vfs/hammer: Drop typedefs for struct hammer_ioc_{hist_entry,mrecord_head}

These are the only two ioctl structs with pointer typedefs. All the
rest of ioctl structs aren't typedef'd, and there isn't really any
reason that these two need to be typedef'd.

Note that almost all non ioctl HAMMER structs have pointer typedef,
and majority of variables have been typedef'd ones from the beginning
(since they were mostly pointers). Rest were changed to use typedef'd
at some point in 2016, to avoid mix of these for no reason, though
typedef'd pointers have ugliness when used as const.
sbin/hammer/cmd_mirror.c
sys/vfs/hammer/hammer_crc.h
sys/vfs/hammer/hammer_ioctl.h
usr.bin/undo/undo.c