Skip to content
  • Nick Piggin's avatar
    fs: block_dump missing dentry locking · 4195f73d
    Nick Piggin authored
    
    
    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>
    4195f73d