X-Spam-Checker-Version: SpamAssassin 3.3.0-rupdated (updated) on oss.sgi.com X-Spam-Level: X-Spam-Status: No, score=-1.6 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.3.0-rupdated Received: from oss.sgi.com (localhost [127.0.0.1]) by oss.sgi.com (8.14.3/8.14.3/SuSE Linux 0.8) with ESMTP id n5D2FiLM233616 for ; Fri, 12 Jun 2009 21:15:44 -0500 Received: (from felixb@localhost) by oss.sgi.com (8.14.3/8.14.3/Submit) id n5D2FiSn233580; Fri, 12 Jun 2009 21:15:44 -0500 Date: Fri, 12 Jun 2009 21:15:44 -0500 Message-Id: <200906130215.n5D2FiSn233580@oss.sgi.com> From: xfs@oss.sgi.com To: xfs@oss.sgi.com Subject: [XFS updates] XFS development tree branch, master, updated. v2.6.30-rc4-1241-ge83f1eb X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 7747a0b0af5976ba3828796b4f7a7adc3bb76dbd X-Git-Newrev: e83f1eb6bfc4004c19a99ee5f5aa65bd3fbecec3 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "XFS development tree". The branch, master has been updated e83f1eb xfs: fix small mismerge in xfs_vn_mknod 493b87e xfs: fix warnings with CONFIG_XFS_QUOTA disabled from 7747a0b0af5976ba3828796b4f7a7adc3bb76dbd (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e83f1eb6bfc4004c19a99ee5f5aa65bd3fbecec3 Author: Christoph Hellwig Date: Fri Jun 12 11:19:11 2009 -0400 xfs: fix small mismerge in xfs_vn_mknod Identation got messed up when merging the current_umask changes with the generic ACL support. Signed-off-by: Christoph Hellwig Reviewed-by: Felix Blyakher Signed-off-by: Felix Blyakher commit 493b87e5ed352cf548e6456ddfc36576e28278ea Author: Christoph Hellwig Date: Fri Jun 12 11:34:55 2009 -0400 xfs: fix warnings with CONFIG_XFS_QUOTA disabled Fix warnings about unitialized dquot variables by making sure xfs_qm_vop_dqalloc touches it even when quotas are disabled. Signed-off-by: Christoph Hellwig Reviewed-by: Felix Blyakher Signed-off-by: Felix Blyakher ----------------------------------------------------------------------- Summary of changes: fs/xfs/linux-2.6/xfs_iops.c | 4 ++-- fs/xfs/xfs_quota.h | 9 ++++++++- 2 files changed, 10 insertions(+), 3 deletions(-) hooks/post-receive -- XFS development tree