Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 05f94c9b authored by Evgeniy Polyakov's avatar Evgeniy Polyakov Committed by Al Viro
Browse files

pohmelfs needs I_LOCK



Kill debugging printk in question

Signed-off-by: default avatarEvgeniy Polyakov <zbr@ioremap.net>
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 385e3ed4
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;
}