Subject: kern/178: msdosfs should ignore attempts to set atime
To: None <gnats-admin>
From: None <sommerfeld@orchard.medford.ma.us>
List: netbsd-bugs
Date: 03/27/1994 20:35:12
>Number:         178
>Category:       kern
>Synopsis:       msdosfs should ignore attempts to set atime
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gnats-admin (Kernel Bug People)
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Sun Mar 27 20:35:08 1994
>Originator:     Bill Sommerfeld
>Organization:
	none
>Release:        NetBSD-current as of mid-march.
>Environment:
    	
System: NetBSD orchard.medford.ma.us 0.9a ORCHARD#6 i386


>Description:
	msdosfs should ignore attempts to set atime

	it allows you to set mtime, but fails if you attempt to set
	atime as well.

>How-To-Repeat:
	extract a tar archive with your working directory in a MSDOS file system.
	
>Fix:
	delete the

	    (vap->va_atime.tv_sec != VNOVAL)

	from the end of the big "if" in sys/msdosfs/msdosfs_vnops.c, in
msdosfs_setattr(), at around line 273.
>Audit-Trail:
>Unformatted:

------------------------------------------------------------------------------