[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.247 and 1.248

version 1.247, 2009/06/29 05:08:18 version 1.248, 2009/07/06 16:07:18
Line 520  ffs_mount(struct mount *mp, const char *
Line 520  ffs_mount(struct mount *mp, const char *
 #endif /* WAPBL */  #endif /* WAPBL */
   
                 if (args->fspec == NULL)                  if (args->fspec == NULL)
                         return EINVAL;                          return 0;
         }          }
   
         error = set_statvfs_info(path, UIO_USERSPACE, args->fspec,          error = set_statvfs_info(path, UIO_USERSPACE, args->fspec,

Legend:
Removed from v.1.247  
changed lines
  Added in v.1.248

CVSweb <webmaster@jp.NetBSD.org>