[BACK]Return to vfs_syscalls.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / kern

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

Diff for /src/sys/kern/vfs_syscalls.c between version 1.376.4.3 and 1.376.4.4

version 1.376.4.3, 2009/07/01 22:47:05 version 1.376.4.4, 2009/12/21 09:19:16
Line 288  mount_get_vfsops(const char *fstype, str
Line 288  mount_get_vfsops(const char *fstype, str
   
         /* If we can autoload a vfs module, try again */          /* If we can autoload a vfs module, try again */
         mutex_enter(&module_lock);          mutex_enter(&module_lock);
         (void)module_autoload(fstype, MODULE_CLASS_VFS);          (void)module_autoload(fstypename, MODULE_CLASS_VFS);
         mutex_exit(&module_lock);          mutex_exit(&module_lock);
   
         if ((*vfsops = vfs_getopsbyname(fstypename)) != NULL)          if ((*vfsops = vfs_getopsbyname(fstypename)) != NULL)

Legend:
Removed from v.1.376.4.3  
changed lines
  Added in v.1.376.4.4

CVSweb <webmaster@jp.NetBSD.org>