commit | 4195f73d1329e49727bcceb028e58cb38376c2b0 | [log] [tgz] |
---|---|---|
author | Nick Piggin <npiggin@suse.de> | Thu May 28 09:01:15 2009 +0200 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Jun 11 21:36:10 2009 -0400 |
tree | b4c729c164d6907e4186f6dc51e319a604dee416 | |
parent | 545b9fd3d737afc0bb5203b1e79194a471605acd [diff] |
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: Al Viro <viro@zeniv.linux.org.uk>