[BACK]Return to mount.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / sys

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

Diff for /src/sys/sys/mount.h between version 1.141 and 1.142

version 1.141, 2006/05/14 21:38:18 version 1.142, 2006/06/17 07:06:50
Line 272  MALLOC_DECLARE(M_MOUNT);
Line 272  MALLOC_DECLARE(M_MOUNT);
  * exported VFS interface (see vfssubr(9))   * exported VFS interface (see vfssubr(9))
  */   */
 struct  mount *vfs_getvfs(fsid_t *);    /* return vfs given fsid */  struct  mount *vfs_getvfs(fsid_t *);    /* return vfs given fsid */
   int     vfs_composefh(struct vnode *, fhandle_t *);
 int     vfs_mountedon(struct vnode *);/* is a vfs mounted on vp */  int     vfs_mountedon(struct vnode *);/* is a vfs mounted on vp */
 int     vfs_mountroot(void);  int     vfs_mountroot(void);
 void    vfs_shutdown(void);         /* unmount and sync file systems */  void    vfs_shutdown(void);         /* unmount and sync file systems */

Legend:
Removed from v.1.141  
changed lines
  Added in v.1.142

CVSweb <webmaster@jp.NetBSD.org>