[BACK]Return to msdosfs_vnops.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / fs / msdosfs

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/fs/msdosfs/msdosfs_vnops.c between version 1.95 and 1.96

version 1.95, 2016/02/01 02:59:33 version 1.96, 2016/02/01 16:53:23
Line 1544  msdosfs_readdir(void *v)
Line 1544  msdosfs_readdir(void *v)
                                 chksum = win2unixfn((struct winentry *)dentp,                                  chksum = win2unixfn((struct winentry *)dentp,
                                     dirbuf, chksum, &namlen,                                      dirbuf, chksum, &namlen,
                                     pmp->pm_flags & MSDOSFSMNT_UTF8);                                      pmp->pm_flags & MSDOSFSMNT_UTF8);
                                   if (chksum != -1)
                                           dirbuf->d_namlen = namlen;
                                 continue;                                  continue;
                         }                          }
   

Legend:
Removed from v.1.95  
changed lines
  Added in v.1.96

CVSweb <webmaster@jp.NetBSD.org>