| 7dc46daa | 13-Aug-2016 |
Tomohiro Kusumi <kusumi.tomohiro@gmail.com> |
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 ju
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.
show more ...
|
| e8308858 | 25-Jan-2015 |
Tomohiro Kusumi <kusumi.tomohiro@gmail.com> |
lib/libhammer: cleanups
This patch has some minor cleanups of libhammer.
hunk1: Remove parentheses hunk2: Remove parentheses hunk3: Remove forward declaration of obsolete function. find_pfs_
lib/libhammer: cleanups
This patch has some minor cleanups of libhammer.
hunk1: Remove parentheses hunk2: Remove parentheses hunk3: Remove forward declaration of obsolete function. find_pfs_mount() was re-implemented as a part of libhammer and commit 4f09feab replaces it with libhammer version.
show more ...
|