Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 346751
b: refs/heads/master
c: 9185aa5
h: refs/heads/master
i:
  346749: acb7930
  346747: 921951c
  346743: b33c1f5
  346735: 32f8147
  346719: bd956ad
  346687: bd58ddf
  346623: ba53838
v: v3
  • Loading branch information
Filipe Brandenburger authored and Chris Mason committed Dec 17, 2012
1 parent ff5c02e commit a1fbdfa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 31e502298d80e2af9001d17dc419a3fd4b0bebef
refs/heads/master: 9185aa587b7425f8f4520da2e66792f5f3c2b815
4 changes: 4 additions & 0 deletions trunk/fs/btrfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -5041,6 +5041,10 @@ static int btrfs_create(struct inode *dir, struct dentry *dentry,
if (err)
goto out_unlock;

err = btrfs_update_inode(trans, root, inode);
if (err)
goto out_unlock;

/*
* If the active LSM wants to access the inode during
* d_instantiate it needs these. Smack checks to see
Expand Down

0 comments on commit a1fbdfa

Please sign in to comment.