[BACK]Return to ffs_vfsops.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / ufs / ffs

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

Diff for /src/sys/ufs/ffs/ffs_vfsops.c between version 1.302.2.6 and 1.302.2.7

version 1.302.2.6, 2016/10/05 20:56:12 version 1.302.2.7, 2016/12/05 10:55:30
Line 2351  ffs_cgupdate(struct ufsmount *mp, int wa
Line 2351  ffs_cgupdate(struct ufsmount *mp, int wa
         void *space;          void *space;
         int i, size, error = 0, allerror = 0;          int i, size, error = 0, allerror = 0;
   
           UFS_WAPBL_JLOCK_ASSERT(mp);
   
         allerror = ffs_sbupdate(mp, waitfor);          allerror = ffs_sbupdate(mp, waitfor);
         blks = howmany(fs->fs_cssize, fs->fs_fsize);          blks = howmany(fs->fs_cssize, fs->fs_fsize);
         space = fs->fs_csp;          space = fs->fs_csp;

Legend:
Removed from v.1.302.2.6  
changed lines
  Added in v.1.302.2.7

CVSweb <webmaster@jp.NetBSD.org>