Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 03 Jun 2011 10:55:26 +0800
From:      Kevin Lo <kevlo@kevlo.org>
To:        freebsd-fs@freebsd.org
Subject:   [PATCH] Set the DE_UPDATE flag on the directory node on msdosfs
Message-ID:  <1307069726.2024.18.camel@nsl>

next in thread | raw e-mail | index | archive | help

--=-7rnBXKDU+75wsC1ZYUFD
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit

If you try to NFS export a fat32 formatted external usb devices, 
you'll notice if a new file is created, you won't see that file 
on the NFS client. The reason is msdosfs(5) doesn't change the 
modify time of the directory when an entry is created.

Attached is a patch against HEAD that sets DE_UPDATE on the 
directory node in both createde() and removede(). 
Please test it, thanks.

	Kevin


--=-7rnBXKDU+75wsC1ZYUFD--




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1307069726.2024.18.camel>