NetBSD-Bugs archive

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

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



The following reply was made to PR port-xen/54273; it has been noted by GNATS.

From: "Juergen Hannken-Illjes" <hannken%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/54273 CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs
Date: Mon, 17 Jun 2019 08:09:58 +0000

 Module Name:	src
 Committed By:	hannken
 Date:		Mon Jun 17 08:09:57 UTC 2019
 
 Modified Files:
 	src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vfsops.c
 
 Log Message:
 Add native vfs_suspend()/vfs_resume() before and after
 zfs_suspend_fs()/zfs_resume_fs() and get rid of dead "z_sa_hdl == NULL"
 znodes before vfs_resume() to keep the vnode cache consistent.
 
 Live rollback should work now.
 
 PR port-xen/54273 ("zpool create pool xbd2" panics DOMU kernel)
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.23 -r1.24 \
     src/external/cddl/osnet/dist/uts/common/fs/zfs/zfs_vfsops.c
 
 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