git: sbin/hammer: Rename sbin/hammer/cmd_pseudofs.c to cmd_pfs.c

Tomohiro Kusumi tkusumi at crater.dragonflybsd.org
Sun Dec 13 06:09:07 PST 2015


commit 4daef0dd1dceadb61e85f04b633f9a13977cc34a
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date:   Sun Dec 13 19:30:49 2015 +0900

    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.

Summary of changes:
 sbin/hammer/Makefile                      | 2 +-
 sbin/hammer/{cmd_pseudofs.c => cmd_pfs.c} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename sbin/hammer/{cmd_pseudofs.c => cmd_pfs.c} (100%)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4daef0dd1dceadb61e85f04b633f9a13977cc34a


-- 
DragonFly BSD source repository



More information about the Commits mailing list