Module Name: src Committed By: pooka Date: Thu Mar 3 08:10:45 UTC 2011
Modified Files: src/sys/fs/msdosfs: msdosfs_vnops.c Log Message: In rename, use char[12]�for new names instead of [11]. At least one routine called from here (unix2dosfn) expects and uses all of a [12]. This may fix the "stack size exceeded" problem which has been triggering in gson's test runs. (i'm not entirely sure why it doesn't trigger in anyone else's env) To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/sys/fs/msdosfs/msdosfs_vnops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.