diff options
author | dim <dim@FreeBSD.org> | 2015-02-04 21:08:28 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2015-02-04 21:08:28 +0000 |
commit | bd558a3f75de913bd9b0752eb936f1ce14a5e117 (patch) | |
tree | 3457af88155d97a5bbe80a8197330c4d25104efc /sys/fs/tmpfs/tmpfs_subr.c | |
parent | f27eb4094eed573ec678dc4931cbc2917faccf68 (diff) | |
parent | 7984b94dab1c2e20c98edd0089b674cb68e91084 (diff) | |
download | FreeBSD-src-bd558a3f75de913bd9b0752eb936f1ce14a5e117.zip FreeBSD-src-bd558a3f75de913bd9b0752eb936f1ce14a5e117.tar.gz |
Merge ^/head r278110 through r278223.
Diffstat (limited to 'sys/fs/tmpfs/tmpfs_subr.c')
-rw-r--r-- | sys/fs/tmpfs/tmpfs_subr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/fs/tmpfs/tmpfs_subr.c b/sys/fs/tmpfs/tmpfs_subr.c index 6c4a403..2e35582 100644 --- a/sys/fs/tmpfs/tmpfs_subr.c +++ b/sys/fs/tmpfs/tmpfs_subr.c @@ -1426,7 +1426,6 @@ tmpfs_check_mtime(struct vnode *vp) ASSERT_VOP_ELOCKED(vp, "check_mtime"); if (vp->v_type != VREG) return; - node = VP_TO_TMPFS_NODE(vp); obj = vp->v_object; KASSERT((obj->flags & (OBJ_TMPFS_NODE | OBJ_TMPFS)) == (OBJ_TMPFS_NODE | OBJ_TMPFS), ("non-tmpfs obj")); |