sys/vfs/hammer: Cleanup cursor initialization code on prune
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Fri, 24 Apr 2015 14:52:28 +0000 (23:52 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Tue, 28 Apr 2015 11:27:15 +0000 (20:27 +0900)
commitcac4bde9d5c410ccf1930eece812c078d59381d0
tree730e09ab937eae031be1d3dac7a920e57a77ba01
parentcd192e337200062a799db799200a02a6862e2c3c
sys/vfs/hammer: Cleanup cursor initialization code on prune

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

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