NetBSD-Bugs archive

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

PR/51762 CVS commit: src/sys/ufs/ufs



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

From: "Juergen Hannken-Illjes" <hannken%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/51762 CVS commit: src/sys/ufs/ufs
Date: Wed, 4 Jan 2017 10:04:18 +0000

 Module Name:	src
 Committed By:	hannken
 Date:		Wed Jan  4 10:04:17 UTC 2017
 
 Modified Files:
 	src/sys/ufs/ufs: ufs_inode.c
 
 Log Message:
 Change ufs_truncate_retry() to call UFS_TRUNCATE() at least once.
 Even with "newsize == ip->i_size" it must set mtime etc.
 
 Adresses PR kern/51762 "mtime not updated by open(O_TRUNC)"
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.97 -r1.98 src/sys/ufs/ufs/ufs_inode.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