From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay.sgi.com (relay3.corp.sgi.com [198.149.34.15]) by oss.sgi.com (Postfix) with ESMTP id 861107F4C for ; Mon, 28 Jan 2013 07:25:23 -0600 (CST) Received: from cuda.sgi.com (cuda3.sgi.com [192.48.176.15]) by relay3.corp.sgi.com (Postfix) with ESMTP id 19411AC003 for ; Mon, 28 Jan 2013 05:25:19 -0800 (PST) Received: from aserp1040.oracle.com (aserp1040.oracle.com [141.146.126.69]) by cuda.sgi.com with ESMTP id u5aG9ins8DLGNPcB (version=TLSv1 cipher=AES256-SHA bits=256 verify=NO) for ; Mon, 28 Jan 2013 05:25:15 -0800 (PST) Received: from ucsinet22.oracle.com (ucsinet22.oracle.com [156.151.31.94]) by aserp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id r0SDPEgI004718 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 28 Jan 2013 13:25:15 GMT Received: from acsmt356.oracle.com (acsmt356.oracle.com [141.146.40.156]) by ucsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r0SDPDDG021415 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 28 Jan 2013 13:25:14 GMT Received: from abhmt106.oracle.com (abhmt106.oracle.com [141.146.116.58]) by acsmt356.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id r0SDPDS5011010 for ; Mon, 28 Jan 2013 07:25:13 -0600 Message-ID: <51067C33.6050900@oracle.com> Date: Mon, 28 Jan 2013 21:25:07 +0800 From: Jeff Liu MIME-Version: 1.0 Subject: [PATCH v4 00/13] xfs: kill hard-coded number 128 for transaction space log reservation List-Id: XFS Filesystem from SGI List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: xfs-bounces@oss.sgi.com Sender: xfs-bounces@oss.sgi.com To: xfs@oss.sgi.com Hello, There is only one minor fix in this round, please check the change log below. Changes of v4 to v3: - xfs_trans_itruncate_reservation(): s/XFS_FSB_TO_B(mp, 0)/0/ Old patch sets: v3: http://www.spinics.net/lists/xfs/msg16165.html v2: http://www.spinics.net/lists/xfs/msg15917.html v1: http://www.spinics.net/lists/xfs/msg15499.html Thanks, -Jeff _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs