sys/vfs/hammer: Rename HAMMERIOC_PFS_ITERATE to HAMMERIOC_SCAN_PSEUDOFS
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sat, 13 Aug 2016 07:03:39 +0000 (16:03 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 14 Aug 2016 07:04:22 +0000 (16:04 +0900)
commit7dc46daa12ba48e3e09644e20992d645ed4b1822
treee5aec01a6c81907c4012667dd7381d4638f1062d
parente0f42079306350f7daca49530c8efcbfbe5febf2
sys/vfs/hammer: Rename HAMMERIOC_PFS_ITERATE to HAMMERIOC_SCAN_PSEUDOFS

The name of this ioctl is misleading.
It has nothing to do with iteration, as all it does is a single lookup.
This ioctl is just a variant of the existing HAMMER_IOC_GET_PSEUDOFS
as mentioned in the previous commit.

This commit breaks userspace, and requires buildworld, though it
only affects libhammer and hammer info command. See the previous
commit for justification of doing this.
lib/libhammer/info.c
sys/vfs/hammer/hammer.h
sys/vfs/hammer/hammer_ioctl.c
sys/vfs/hammer/hammer_ioctl.h
sys/vfs/hammer/hammer_pfs.c