NetBSD-Bugs archive

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

PR/56460 CVS commit: src/sys/miscfs/genfs



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

From: "Jason R Thorpe" <thorpej%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/56460 CVS commit: src/sys/miscfs/genfs
Date: Wed, 20 Oct 2021 13:29:06 +0000

 Module Name:	src
 Committed By:	thorpej
 Date:		Wed Oct 20 13:29:06 UTC 2021
 
 Modified Files:
 	src/sys/miscfs/genfs: genfs_rename.c
 
 Log Message:
 Don't use genfs_rename_knote() in the "rename foo over hard-link to itself"
 case, which simply results in removing the "from" name; there are assertions
 in genfs_rename_knote() that are too strong for that case.
 
 PR kern/56460
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.6 -r1.7 src/sys/miscfs/genfs/genfs_rename.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