NetBSD-Bugs archive

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

Re: kern/52364: System hangs not much before showing the login prompt; changes in VFS suspected



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

From: coypu%sdf.org@localhost
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: kern/52364: System hangs not much before showing the login
 prompt; changes in VFS suspected
Date: Tue, 4 Jul 2017 06:30:34 +0000

 Hi,
 
 The error case of vfs_suspend means we keep on holding vfs_suspend_lock.
 vrevoke_suspend_next will convey the failure by returning NULL, but I
 think vrevoke might not be checking for that.
 
 unionfs seems to be the only one not using genfs_suspendctl, so possibly
 the odd one and the reason no one else is seeing this.
 ./unionfs/unionfs_vfsops.c:	.vfs_suspendctl = (void *)eopnotsupp,
 


Home | Main Index | Thread Index | Old Index