From owner-p4-projects@FreeBSD.ORG Thu Oct 13 14:31:39 2011 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 7ECA71065674; Thu, 13 Oct 2011 14:31:39 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 414521065670 for ; Thu, 13 Oct 2011 14:31:39 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from skunkworks.freebsd.org (skunkworks.freebsd.org [IPv6:2001:4f8:fff6::2d]) by mx1.freebsd.org (Postfix) with ESMTP id 2FA988FC17 for ; Thu, 13 Oct 2011 14:31:39 +0000 (UTC) Received: from skunkworks.freebsd.org (localhost [127.0.0.1]) by skunkworks.freebsd.org (8.14.4/8.14.4) with ESMTP id p9DEVd0s077773 for ; Thu, 13 Oct 2011 14:31:39 GMT (envelope-from jhb@freebsd.org) Received: (from perforce@localhost) by skunkworks.freebsd.org (8.14.4/8.14.4/Submit) id p9DEVd4P077770 for perforce@freebsd.org; Thu, 13 Oct 2011 14:31:39 GMT (envelope-from jhb@freebsd.org) Date: Thu, 13 Oct 2011 14:31:39 GMT Message-Id: <201110131431.p9DEVd4P077770@skunkworks.freebsd.org> X-Authentication-Warning: skunkworks.freebsd.org: perforce set sender to jhb@freebsd.org using -f From: John Baldwin To: Perforce Change Reviews Precedence: bulk Cc: Subject: PERFORCE change 200150 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2011 14:31:40 -0000 http://p4web.freebsd.org/@@200150?ac=10 Change 200150 by jhb@jhb_jhbbsd on 2011/10/13 14:31:16 Typo. Affected files ... .. //depot/projects/fadvise/sys/vm/vnode_pager.c#2 edit Differences ... ==== //depot/projects/fadvise/sys/vm/vnode_pager.c#2 (text+ko) ==== @@ -1150,7 +1150,7 @@ VM_OBJECT_UNLOCK(object); /* - * pageouts are already clustered, use IO_ASYNC t o force a bawrite() + * pageouts are already clustered, use IO_ASYNC to force a bawrite() * rather then a bdwrite() to prevent paging I/O from saturating * the buffer cache. Dummy-up the sequential heuristic to cause * large ranges to cluster. If neither IO_SYNC or IO_ASYNC is set,