summaryrefslogtreecommitdiff
path: root/sys/dev/dm/dm_target_snapshot.c
diff options
context:
space:
mode:
authormaxv <maxv@NetBSD.org>2018-04-14 06:45:17 +0000
committermaxv <maxv@NetBSD.org>2018-04-14 06:45:17 +0000
commit8ddeeb99d94de0db3601b52d572047d6d659a01f (patch)
tree2bd87c04698c4e0b6ce971e8fa5d58c157858080 /sys/dev/dm/dm_target_snapshot.c
parente8647e45d45d070d6fe347e1f138ce4e1abdd6cc (diff)
Remove dead code. It is the same as the non-obsolete one, since
ICMP6_DST_UNREACH_NOTNEIGHBOR == ICMP6_DST_UNREACH_BEYONDSCOPE, and the code leads to the same errno value (EHOSTUNREACH).
Diffstat (limited to 'sys/dev/dm/dm_target_snapshot.c')
0 files changed, 0 insertions, 0 deletions
ight'> This is in line with the core decision than even modular kernels should contain the ffs code. I've left in the code that tries to load "nfs" and "ext2fs", but it isn't clear that is necessary. Removes a warning message that (usually) flashes past to fast to read. AFAICT all the relevant kernels contain ffs (and nfs for that matter). 2011-12-25Apply the following patch submitted by Evgeniy Ivanov:tsutsui http://mail-index.NetBSD.org/tech-kern/2011/12/15/msg012226.html http://mail-index.NetBSD.org/tech-kern/2011/12/17/msg012229.html - add 'ls' op to struct fs_ops to support ls command on each fs, enabled by -DLIBSA_ENABLE_LS_OP and SAMISCMAKEFLAGS+="SA_ENABLE_LS_OP=yes" in libsa - split sys/lib/libsa/ufs_ls.c into UFS specific part and MI part (ls.c) that opens the target fs and calls fs-depedent XXX_ls() functions - add a ls op for ext2fs (all other fs than ufs and ext2fs don't have actual ls ops yet) - replace existing MD ufs_ls() calls with this new MI ls() The original patch was written for i386 and ext2fs. zaurus zboot has been tested by nonaka@. ews4800mips and x68k loaders have been tested by me (with several fixes). landisk might be okay since it was almost copied from i386. XXX1: "ls" op in fs_ops looks a bit inconsistent, but we will be able to replace it with real fs ops like readdir if it's really worth XXX2: someone might have to check sys/arch/ia64/stand/efi/libefi/efifs_ls.c 2008-11-19For the x86 boot loader, autoload a kernel module corresponding to thead root file system type. 2005-12-11merge ktrace-lwp.christos 2003-08-31Fix signed/unsigned warnings.fvdl 2003-04-11Files to build ffsv1 and ffsv2 versions of ufs.cdsl