Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76962
b: refs/heads/master
c: 116ba5d
h: refs/heads/master
v: v3
  • Loading branch information
Joonwoo Park authored and Mark Fasheh committed Jan 25, 2008
1 parent d1564b7 commit 1c0adcc
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: ba611edfe406be745be95c332990c8e908c026c3
refs/heads/master: 116ba5d5ea1a5789a8c14b1087014007cada363b
2 changes: 1 addition & 1 deletion trunk/fs/configfs/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ int configfs_add_file(struct dentry * dir, const struct configfs_attribute * att
umode_t mode = (attr->ca_mode & S_IALLUGO) | S_IFREG;
int error = 0;

mutex_lock(&dir->d_inode->i_mutex);
mutex_lock_nested(&dir->d_inode->i_mutex, I_MUTEX_NORMAL);
error = configfs_make_dirent(parent_sd, NULL, (void *) attr, mode, type);
mutex_unlock(&dir->d_inode->i_mutex);

Expand Down

0 comments on commit 1c0adcc

Please sign in to comment.