mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 01:04:19 +08:00
Staging: Pohmelfs: Added 'need_lock' variable into debug print.
Signed-off-by: Evgeniy Polyakov <zbr@ioremap.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
86ac7253e8
commit
b522efdd6f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user