NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/43670 CVS commit: src



The following reply was made to PR kern/43670; it has been noted by GNATS.

From: "Juergen Hannken-Illjes" <hannken%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/43670 CVS commit: src
Date: Wed, 20 Jul 2011 11:52:00 +0000

 Module Name:   src
 Committed By:  hannken
 Date:          Wed Jul 20 11:52:00 UTC 2011
 
 Modified Files:
        src/sys/fs/msdosfs: msdosfs_vnops.c
        src/tests/fs/vfs: t_vnops.c
 
 Log Message:
 Even though msdosfs never truncates file names it advertises _PC_NO_TRUNC
 as zero.  Make it advertise one (no_trunc == true).
 
 Names longer than NAME_MAX (255) will never pass namei() btw.
 
 Fixes PR #43670 (msdosfs claims support for filenames longer than {NAME_MAX},
                  but fails)
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.77 -r1.78 src/sys/fs/msdosfs/msdosfs_vnops.c
 cvs rdiff -u -r1.24 -r1.25 src/tests/fs/vfs/t_vnops.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index