Path to this page:
Subject: CVS commit: pkgsrc/net/coda
From: Greg Troxel
Date: 2012-03-05 12:27:53
Message id: 20120305112753.C0B72175DD@cvs.netbsd.org
Log Message:
Add patch to fix directory reading problems:
On NetBSD, force DIRBLKSIZ to 512, which matches the block size (and
thus padding) for the representation of directories in UFS.
coda_readdir will call the readdir from the container filesystem, and
thus the padding of directories must match what the container
filesystem would have done.
Analysis and fix due to Brett Lymn.
Not yet reported upstream; a better fix is desired.
Also:
Set LICENSE.
Add annotations to other patches about their upstream status, after
pinging upstream.
Files: