Skip to content
Commit 4195f73d authored by Nick Piggin's avatar Nick Piggin Committed by Al Viro
Browse files

fs: block_dump missing dentry locking



I think the block_dump output in __mark_inode_dirty is missing dentry locking.
Surely the i_dentry list can change any time, so we may not even *get* a
dentry there. If we do get one by chance, then it would appear to be able to
go away or get renamed at any time...

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 545b9fd3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment