Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/fs/tmpfs fix typo



details:   https://anonhg.NetBSD.org/src/rev/abf1c14d4c8e
branches:  trunk
changeset: 329037:abf1c14d4c8e
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Apr 30 01:59:30 2014 +0000

description:
fix typo

diffstat:

 sys/fs/tmpfs/tmpfs_vfsops.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 30ae9670a545 -r abf1c14d4c8e sys/fs/tmpfs/tmpfs_vfsops.c
--- a/sys/fs/tmpfs/tmpfs_vfsops.c       Wed Apr 30 01:33:51 2014 +0000
+++ b/sys/fs/tmpfs/tmpfs_vfsops.c       Wed Apr 30 01:59:30 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tmpfs_vfsops.c,v 1.60 2014/04/30 01:33:51 christos Exp $       */
+/*     $NetBSD: tmpfs_vfsops.c,v 1.61 2014/04/30 01:59:30 christos Exp $       */
 
 /*
  * Copyright (c) 2005, 2006, 2007 The NetBSD Foundation, Inc.
@@ -42,7 +42,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tmpfs_vfsops.c,v 1.60 2014/04/30 01:33:51 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tmpfs_vfsops.c,v 1.61 2014/04/30 01:59:30 christos Exp $");
 
 #include <sys/param.h>
 #include <sys/types.h>
@@ -158,7 +158,7 @@
                if ((error = tmpfs_mntmem_set(tmp, memlimit)) != 0)
                        return error;
                tmp->tm_nodes_max = nodes;
-               root = tmp->tm_rooto
+               root = tmp->tm_root;
                root->tn_uid = args->ta_root_uid;
                root->tn_gid = args->ta_root_gid;
                root->tn_mode = args->ta_root_mode;



Home | Main Index | Thread Index | Old Index