1
0
Fork 0

pohmelfs needs I_LOCK

Kill debugging printk in question

Signed-off-by: Evgeniy Polyakov <zbr@ioremap.net>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
wifi-calibration
Evgeniy Polyakov 2009-12-18 15:40:44 +03:00 committed by Al Viro
parent 385e3ed4f0
commit 05f94c9b74
1 changed files with 0 additions and 2 deletions

View File

@ -722,8 +722,6 @@ static int pohmelfs_remove_entry(struct inode *dir, struct dentry *dentry)
if (inode->i_nlink)
inode_dec_link_count(inode);
}
dprintk("%s: inode: %p, lock: %ld, unhashed: %d.\n",
__func__, pi, inode->i_state & I_LOCK, hlist_unhashed(&inode->i_hash));
return err;
}