Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217786
b: refs/heads/master
c: a3314a0
h: refs/heads/master
v: v3
  • Loading branch information
Namhyung Kim authored and Al Viro committed Oct 26, 2010
1 parent 8794fb8 commit f82b238
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 306fb0979443419288594446a348155a8027dcf2
refs/heads/master: a3314a0ed389f51a51695120b429eccd45b3a165
2 changes: 1 addition & 1 deletion trunk/fs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ EXPORT_SYMBOL(new_inode);
void unlock_new_inode(struct inode *inode)
{
#ifdef CONFIG_DEBUG_LOCK_ALLOC
if (inode->i_mode & S_IFDIR) {
if (S_ISDIR(inode->i_mode)) {
struct file_system_type *type = inode->i_sb->s_type;

/* Set new key only if filesystem hasn't already changed it */
Expand Down

0 comments on commit f82b238

Please sign in to comment.