From ca219f3ca65ed2912543503265e5f651edbb0f84 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Fri, 12 Jun 2009 11:19:11 -0400 Subject: [PATCH] --- yaml --- r: 148853 b: refs/heads/master c: e83f1eb6bfc4004c19a99ee5f5aa65bd3fbecec3 h: refs/heads/master i: 148851: f3646b62b711269886244792a3b9b2db65974edf v: v3 --- [refs] | 2 +- trunk/fs/xfs/linux-2.6/xfs_iops.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index be104fb2d383..01e42ad0c01f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 493b87e5ed352cf548e6456ddfc36576e28278ea +refs/heads/master: e83f1eb6bfc4004c19a99ee5f5aa65bd3fbecec3 diff --git a/trunk/fs/xfs/linux-2.6/xfs_iops.c b/trunk/fs/xfs/linux-2.6/xfs_iops.c index 800dd4f98d4e..58973bb46038 100644 --- a/trunk/fs/xfs/linux-2.6/xfs_iops.c +++ b/trunk/fs/xfs/linux-2.6/xfs_iops.c @@ -225,8 +225,8 @@ xfs_vn_mknod( if (IS_ERR(default_acl)) return -PTR_ERR(default_acl); - if (!default_acl) - mode &= ~current_umask(); + if (!default_acl) + mode &= ~current_umask(); } xfs_dentry_to_name(&name, dentry);