git: sys/vfs/hammer: #if0 cursor_exclreq_count of inode and node
Tomohiro Kusumi
tkusumi at crater.dragonflybsd.org
Fri Sep 4 10:57:33 PDT 2015
commit 102e7dcae581e24a62ec4096b981f7fe2dd732a0
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date: Thu Sep 3 02:38:45 2015 +0900
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.
Summary of changes:
sys/vfs/hammer/hammer.h | 4 ++++
1 file changed, 4 insertions(+)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/102e7dcae581e24a62ec4096b981f7fe2dd732a0
--
DragonFly BSD source repository
More information about the Commits
mailing list