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 <hch@lst.de>
Reviewed-by: Felix Blyakher <felixb@sgi.com>
Signed-off-by: Felix Blyakher <felixb@sgi.com>

authored by Christoph Hellwig and committed by Felix Blyakher e83f1eb6 493b87e5

+2 -2
+2 -2
fs/xfs/linux-2.6/xfs_iops.c
··· 225 225 if (IS_ERR(default_acl)) 226 226 return -PTR_ERR(default_acl); 227 227 228 - if (!default_acl) 229 - mode &= ~current_umask(); 228 + if (!default_acl) 229 + mode &= ~current_umask(); 230 230 } 231 231 232 232 xfs_dentry_to_name(&name, dentry);