From owner-cvs-src-old@FreeBSD.ORG Sun Feb 13 14:46:59 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1DF21065694 for ; Sun, 13 Feb 2011 14:46:59 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C511B8FC18 for ; Sun, 13 Feb 2011 14:46:59 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1DEkxC7028490 for ; Sun, 13 Feb 2011 14:46:59 GMT (envelope-from alc@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1DEkxWr028489 for cvs-src-old@freebsd.org; Sun, 13 Feb 2011 14:46:59 GMT (envelope-from alc@repoman.freebsd.org) Message-Id: <201102131446.p1DEkxWr028489@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to alc@repoman.freebsd.org using -f From: Alan Cox Date: Sun, 13 Feb 2011 14:46:39 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/tmpfs tmpfs.h tmpfs_subr.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Feb 2011 14:47:00 -0000 alc 2011-02-13 14:46:39 UTC FreeBSD src repository Modified files: sys/fs/tmpfs tmpfs.h tmpfs_subr.c Log: SVN rev 218640 on 2011-02-13 14:46:39Z by alc Eliminate tn_reg.tn_aobj_pages. Instead, correctly maintain the vm object's size field. Previously, that field was always zero, even when the object tn_reg.tn_aobj contained numerous pages. Apply style fixes to tmpfs_reg_resize(). In collaboration with: kib Revision Changes Path 1.21 +0 -1 src/sys/fs/tmpfs/tmpfs.h 1.29 +26 -32 src/sys/fs/tmpfs/tmpfs_subr.c