projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b947f1
)
Revert "Btrfs: fix permissions of empty files not affected by umask"
author
Josef Bacik
<jbacik@fusionio.com>
Thu, 24 Jan 2013 18:49:14 +0000
(13:49 -0500)
committer
Josef Bacik
<jbacik@fusionio.com>
Wed, 20 Feb 2013 14:37:26 +0000
(09:37 -0500)
This reverts commit
2794ed013b3551cbae887ea1b93c52aaacb7370d
.
Wasn't supposed to get used in btrfs_mknod, it was supposed to be in
btrfs_create, which was done in commit
9185aa587b7425f8f4520da2e66792f5f3c2b815
.
Signed-off-by: Josef Bacik <jbacik@fusionio.com>
fs/btrfs/inode.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/btrfs/inode.c
b/fs/btrfs/inode.c
index d1e3a2d15f9126ae78b76990bf22ef77bcde9225..60ec7589900c31f086f6d2b39ab878753d512dad 100644
(file)
--- a/
fs/btrfs/inode.c
+++ b/
fs/btrfs/inode.c
@@
-5036,12
+5036,6
@@
static int btrfs_mknod(struct inode *dir, struct dentry *dentry,
goto out_unlock;
}
- err = btrfs_update_inode(trans, root, inode);
- if (err) {
- drop_inode = 1;
- goto out_unlock;
- }
-
/*
* If the active LSM wants to access the inode during
* d_instantiate it needs these. Smack checks to see