Skip to content

Commit

Permalink
pohmelfs needs I_LOCK
Browse files Browse the repository at this point in the history
Kill debugging printk in question

Signed-off-by: Evgeniy Polyakov <zbr@ioremap.net>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
  • Loading branch information
Evgeniy Polyakov authored and Al Viro committed Dec 22, 2009
1 parent 385e3ed commit 05f94c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/staging/pohmelfs/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 05f94c9

Please sign in to comment.