phk         2004-12-06 20:52:46 UTC
  FreeBSD src repository
  Modified files:
    sys/fs/pseudofs      pseudofs.c 
  Log:
  Use vfs_mountedfrom().
  
  Since VFS_STATFS() always calls the filesystem with mp->mnt_stat now, the
  vfs_statfs method is now a no-op.  Explain this in a comment.
  
  Revision  Changes    Path
  1.23      +2 -2      src/sys/fs/pseudofs/pseudofs.c