diff options
| author | christos <christos@NetBSD.org> | 2006-09-03 06:49:30 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2006-09-03 06:49:30 +0000 |
| commit | ce2bae8870b5ddfa3ef3e889ea522f00ad1adcfa (patch) | |
| tree | c2884b731e1f503da250edcfa48f341e0e3e83b3 /sys/fs/tmpfs | |
| parent | 94de7229efc19cdcee1a4baa57d41a20340f8890 (diff) | |
comment out empty code
Diffstat (limited to 'sys/fs/tmpfs')
| -rw-r--r-- | sys/fs/tmpfs/tmpfs_subr.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/fs/tmpfs/tmpfs_subr.c b/sys/fs/tmpfs/tmpfs_subr.c index ad2badbdd65..8bc4efb971f 100644 --- a/sys/fs/tmpfs/tmpfs_subr.c +++ b/sys/fs/tmpfs/tmpfs_subr.c @@ -1,4 +1,4 @@ -/* $NetBSD: tmpfs_subr.c,v 1.22 2006/07/23 22:06:10 ad Exp $ */ +/* $NetBSD: tmpfs_subr.c,v 1.23 2006/09/03 06:49:30 christos Exp $ */ /* * Copyright (c) 2005, 2006 The NetBSD Foundation, Inc. @@ -42,7 +42,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: tmpfs_subr.c,v 1.22 2006/07/23 22:06:10 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: tmpfs_subr.c,v 1.23 2006/09/03 06:49:30 christos Exp $"); #include <sys/param.h> #include <sys/dirent.h> @@ -1263,8 +1263,10 @@ tmpfs_update(struct vnode *vp, const struct timespec *acc, node = VP_TO_TMPFS_NODE(vp); +#if 0 if (flags & UPDATE_CLOSE) ; /* XXX Need to do anything special? */ +#endif tmpfs_itimes(vp, acc, mod); |
