On Thu, Mar 20, 2014 at 05:30:32PM +0000, Ben Hutchings wrote: > > It looks like ext2 and ext3 would always initialise i_version to 1 in > memory; does it matter that you're changing that to 0 for Hurd > filesystems?
No, NFS only cares that the i_version number has changed, and it's mainly important if you have two clients trying to simultaneously access the same file, so they get a signal that they need to invalidate their locally cached metadata (or data, in the case of NFSv4). But Hurd only supports NFSv2, and the performance is such that I doubt anyone would be all that interested in using a Hurd server as a NFS server for even a small workgroup, let alone a department, so this is unlikely to be a big deal. Cheers, - Ted -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org