Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 331603
b: refs/heads/master
c: 6a08f44
h: refs/heads/master
i:
  331601: a65567a
  331599: 850d7f7
v: v3
  • Loading branch information
Bernd Schubert authored and Theodore Ts'o committed Sep 27, 2012
1 parent f35193c commit 177031c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 63fedaf1c2dd546da22ff5b4ae06e9b4efba5146
refs/heads/master: 6a08f447facb4f9e29fcc30fb68060bb5a0d21c2
2 changes: 0 additions & 2 deletions trunk/fs/ext4/namei.c
Original file line number Diff line number Diff line change
Expand Up @@ -2156,9 +2156,7 @@ static int ext4_mknod(struct inode *dir, struct dentry *dentry,
err = PTR_ERR(inode);
if (!IS_ERR(inode)) {
init_special_inode(inode, inode->i_mode, rdev);
#ifdef CONFIG_EXT4_FS_XATTR
inode->i_op = &ext4_special_inode_operations;
#endif
err = ext4_add_nondir(handle, dentry, inode);
}
ext4_journal_stop(handle);
Expand Down

0 comments on commit 177031c

Please sign in to comment.