| To: | xfs@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH] xfs: fix small mismerge in xfs_vn_mknod |
| From: | Christoph Hellwig <hch@xxxxxxxxxxxxx> |
| Date: | Fri, 12 Jun 2009 11:19:11 -0400 |
| User-agent: | Mutt/1.5.18 (2008-05-17) |
Identation got messed up when merging the current_umask changes with
the generic ACL support.
Signed-off-by: Christoph Hellwig <hch@xxxxxx>
Index: xfs/fs/xfs/linux-2.6/xfs_iops.c
===================================================================
--- xfs.orig/fs/xfs/linux-2.6/xfs_iops.c 2009-06-12 17:16:26.902939418
+0200
+++ xfs/fs/xfs/linux-2.6/xfs_iops.c 2009-06-12 17:16:48.611940327 +0200
@@ -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);
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: grub no longer being maintained? drops support for XFS?, Eric Sandeen |
|---|---|
| Next by Date: | [XFS updates] XFS development tree branch, master, updated. v2.6.30-rc4-1239-g7747a0b, xfs |
| Previous by Thread: | grub no longer being maintained? drops support for XFS?, Linda A. Walsh |
| Next by Thread: | Re: [PATCH] xfs: fix small mismerge in xfs_vn_mknod, Felix Blyakher |
| Indexes: | [Date] [Thread] [Top] [All Lists] |