[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.81 and 1.81.4.1

version 1.81, 2001/05/30 11:57:18 version 1.81.4.1, 2001/08/03 04:14:06
Line 366  ffs_mount(mp, path, data, ndp, p)
Line 366  ffs_mount(mp, path, data, ndp, p)
                 if (fs->fs_clean & FS_WASCLEAN)                  if (fs->fs_clean & FS_WASCLEAN)
                         fs->fs_time = time.tv_sec;                          fs->fs_time = time.tv_sec;
                 else                  else
                         printf("%s: file system not clean (fs_flags=%x); please fsck(8)\n",                          printf("%s: file system not clean (fs_clean=%x); please fsck(8)\n",
                             mp->mnt_stat.f_mntfromname, fs->fs_clean);                              mp->mnt_stat.f_mntfromname, fs->fs_clean);
                 (void) ffs_cgupdate(ump, MNT_WAIT);                  (void) ffs_cgupdate(ump, MNT_WAIT);
         }          }

Legend:
Removed from v.1.81  
changed lines
  Added in v.1.81.4.1

CVSweb <webmaster@jp.NetBSD.org>