Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143654
b: refs/heads/master
c: b522efd
h: refs/heads/master
v: v3
  • Loading branch information
Evgeniy Polyakov authored and Greg Kroah-Hartman committed Apr 17, 2009
1 parent 20fc562 commit 42bb3e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: 86ac7253e81b47808f2702596efdfcbfb1a62372
refs/heads/master: b522efdd6f8ab8eaae8c8aa984ab7f06a08bcc8e
4 changes: 2 additions & 2 deletions trunk/drivers/staging/pohmelfs/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -521,8 +521,8 @@ struct dentry *pohmelfs_lookup(struct inode *dir, struct dentry *dentry, struct
ino = n->ino;
mutex_unlock(&parent->offset_lock);

dprintk("%s: start ino: %lu, inode: %p, name: '%s', hash: %x, parent_state: %lx.\n",
__func__, ino, inode, str.name, str.hash, parent->state);
dprintk("%s: start ino: %lu, inode: %p, name: '%s', hash: %x, parent_state: %lx, need_lock: %d.\n",
__func__, ino, inode, str.name, str.hash, parent->state, need_lock);

if (ino) {
inode = ilookup(dir->i_sb, ino);
Expand Down

0 comments on commit 42bb3e0

Please sign in to comment.