From owner-cvs-src@FreeBSD.ORG  Tue Jul 24 17:14:53 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 8B78016A419;
	Tue, 24 Jul 2007 17:14:53 +0000 (UTC)
	(envelope-from delphij@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 615B813C4A3;
	Tue, 24 Jul 2007 17:14:53 +0000 (UTC)
	(envelope-from delphij@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l6OHEr85073765;
	Tue, 24 Jul 2007 17:14:53 GMT
	(envelope-from delphij@repoman.freebsd.org)
Received: (from delphij@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l6OHErVc073764;
	Tue, 24 Jul 2007 17:14:53 GMT (envelope-from delphij)
Message-Id: <200707241714.l6OHErVc073764@repoman.freebsd.org>
From: Xin LI <delphij@FreeBSD.org>
Date: Tue, 24 Jul 2007 17:14:53 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/sys/fs/tmpfs tmpfs_vfsops.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 24 Jul 2007 17:14:53 -0000

delphij     2007-07-24 17:14:53 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/tmpfs         tmpfs_vfsops.c 
  Log:
  MFp4: Force 64-bit arithmatic when caculating the maximum file size.
  This fixes tmpfs caculations on 32-bit systems equipped with more than
  4GB swap.
  
  Reported by:    Craig Boston <craig xfoil gank org>
  PR:             kern/114870
  Approved by:    re (tmpfs blanket)
  
  Revision  Changes    Path
  1.8       +1 -1      src/sys/fs/tmpfs/tmpfs_vfsops.c