Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/fs/tmpfs/tmpfs_vfsops.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/fs/tmpfs/tmpfs_vfsops.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.29.2.2 retrieving revision 1.29.2.3 diff -u -p -r1.29.2.2 -r1.29.2.3 --- src/sys/fs/tmpfs/tmpfs_vfsops.c 2007/12/08 18:20:21 1.29.2.2 +++ src/sys/fs/tmpfs/tmpfs_vfsops.c 2007/12/27 00:45:50 1.29.2.3 @@ -1,4 +1,4 @@ -/* $NetBSD: tmpfs_vfsops.c,v 1.29.2.2 2007/12/08 18:20:21 mjf Exp $ */ +/* $NetBSD: tmpfs_vfsops.c,v 1.29.2.3 2007/12/27 00:45:50 mjf Exp $ */ /* * Copyright (c) 2005, 2006 The NetBSD Foundation, Inc. @@ -49,7 +49,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: tmpfs_vfsops.c,v 1.29.2.2 2007/12/08 18:20:21 mjf Exp $"); +__KERNEL_RCSID(0, "$NetBSD: tmpfs_vfsops.c,v 1.29.2.3 2007/12/27 00:45:50 mjf Exp $"); #include #include @@ -169,7 +169,7 @@ tmpfs_mount(struct mount *mp, const char /* Allocate the root node. */ error = tmpfs_alloc_node(tmp, VDIR, args->ta_root_uid, args->ta_root_gid, args->ta_root_mode & ALLPERMS, NULL, NULL, - VNOVAL, l->l_proc, &root); + VNOVAL, &root); KASSERT(error == 0 && root != NULL); tmp->tm_root = root;