sys/vfs/hammer: #if0 cursor_exclreq_count of inode and node
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Wed, 2 Sep 2015 17:38:45 +0000 (02:38 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Fri, 4 Sep 2015 16:15:30 +0000 (01:15 +0900)
commit102e7dcae581e24a62ec4096b981f7fe2dd732a0
tree056908961be3885cb3996cb41d6ce14327b8d450
parenta55270613c6cfaa55e3d21f5ef2113d9b75cc4cb
sys/vfs/hammer: #if0 cursor_exclreq_count of inode and node

hammer code that refers to 'cursor_exclreq_count' is #if0'd,
so #if0 this field from struct definitions as well.

Since #if0'd code aren't logically obsolete but just disabled,
it's probably better not to remove them at this point.

The change does not affect abi as these structs and fields
are not size/position/ondisk-layout sensitive.
sys/vfs/hammer/hammer.h