sys/vfs/hammer: Cleanup cursor initialization code on rebalance
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Fri, 24 Apr 2015 14:40:49 +0000 (23:40 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Tue, 28 Apr 2015 11:26:38 +0000 (20:26 +0900)
commitcd192e337200062a799db799200a02a6862e2c3c
tree86ea0aa0bb7bcbb3e51e64e50556e595378420ca
parent4931b8b1f7139eba8da08491a14d17faf61a9e0c
sys/vfs/hammer: Cleanup cursor initialization code on rebalance

- Just make things a bit more clear (for the upcoming changes).

- The rule is the ioctl caller sets localization type to rebalance,
  and the ioctl code adds up ip localization to initialize cursor.
sys/vfs/hammer/hammer_rebalance.c