NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/54541 CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs



The following reply was made to PR kern/54541; it has been noted by GNATS.

From: "Juergen Hannken-Illjes" <hannken%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/54541 CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs
Date: Mon, 14 Oct 2019 13:18:00 +0000

 Module Name:	src
 Committed By:	hannken
 Date:		Mon Oct 14 13:18:00 UTC 2019
 
 Modified Files:
 	src/external/cddl/osnet/dist/uts/common/fs/zfs: dmu_diff.c zfs_ioctl.c
 	src/external/cddl/osnet/dist/uts/common/fs/zfs/sys: dmu.h
 
 Log Message:
 Change dmu_diff() back to use a "file" instead of a "vnode".
 Command "zfs diff" calls it with a pipe, not a plain file.
 
 Fixes PR kern/54541: kernel panic using "zfs diff"
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.2 -r1.3 \
     src/external/cddl/osnet/dist/uts/common/fs/zfs/dmu_diff.c
 cvs rdiff -u -r1.20 -r1.21 \
     src/external/cddl/osnet/dist/uts/common/fs/zfs/zfs_ioctl.c
 cvs rdiff -u -r1.3 -r1.4 \
     src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/dmu.h
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index