git: Remove last remains of FSMID support from userland.

Sascha Wildner swildner at crater.dragonflybsd.org
Mon Dec 28 14:28:55 PST 2020


commit 5ca0a96d6c3bf50926197b4bb92af7969ed3528a
Author: Sascha Wildner <saw at online.de>
Date:   Mon Dec 28 23:28:43 2020 +0100

    Remove last remains of FSMID support from userland.
    
    The kernel side was added in 2005 (7d15906a7a159575b1983f7c1fadde4b)
    and removed again in 2009 (d98152a8b8a4b368ca0e08b84302f2f2).
    
    Approved-by: dillon

Summary of changes:
 bin/cpdup/Makefile             |   2 +-
 bin/cpdup/cpdup.1              |  31 +------
 bin/cpdup/cpdup.c              |  59 +-----------
 bin/cpdup/cpdup.h              |   4 -
 bin/cpdup/fsmid.c              | 197 -----------------------------------------
 bin/cpdup/hcproto.c            |  10 ---
 bin/cpdup/hcproto.h            |   4 +-
 bin/cpdup/misc.c               |   3 -
 bin/ls/ls.1                    |   6 +-
 bin/ls/ls.c                    |  33 +------
 bin/ls/ls.h                    |   3 -
 bin/ls/print.c                 |   2 -
 sys/sys/mount.h                |   1 -
 sys/sys/stat.h                 |   6 --
 sys/vfs/hammer/hammer_vfsops.c |   1 -
 sys/vfs/ufs/ffs_vfsops.c       |   5 --
 16 files changed, 11 insertions(+), 356 deletions(-)
 delete mode 100644 bin/cpdup/fsmid.c

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5ca0a96d6c3bf50926197b4bb92af7969ed3528a


-- 
DragonFly BSD source repository


More information about the Commits mailing list