sbin/hammer: Rename sbin/hammer/cmd_pseudofs.c to cmd_pfs.c
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 13 Dec 2015 10:30:49 +0000 (19:30 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 13 Dec 2015 13:32:39 +0000 (22:32 +0900)
commit4daef0dd1dceadb61e85f04b633f9a13977cc34a
tree8ac2a795ae76a9338b4af3a36e6fa6884b0fa194
parentae3b72a687a5171cb321861eb662b710cdc1c833
sbin/hammer: Rename sbin/hammer/cmd_pseudofs.c to cmd_pfs.c

The kernel side of PFS code that implements ioctl is called
sys/vfs/hammer/hammer_pfs.c, and all hammer pfs commands are
pfs-xxx. It's more natural to have cmd_pfs.c.
(HAMMER2 has sbin/hammer2/cmd_pfs.c)

The names of functions remain pseudofs since that's the way
functions are named in the kernel too.
sbin/hammer/Makefile
sbin/hammer/cmd_pfs.c [moved from sbin/hammer/cmd_pseudofs.c with 100% similarity]