commit | f3da392e9ff14b9f388e74319e6d195848991c07 | [log] [tgz] |
---|---|---|
author | Alexey Dobriyan <adobriyan@gmail.com> | Mon May 04 03:32:03 2009 +0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Jun 11 21:36:06 2009 -0400 |
tree | d9e7660e5c0b4524aeaafcc5b89a9d68a7ca3817 | |
parent | 8c85e125124a473d6f3e9bb187b0b84207f81d91 [diff] |
dcache: extrace and use d_unlinked() d_unlinked() will be used in middle-term to ban checkpointing when opened but unlinked file is detected, and in long term, to detect such situation and special case on it. Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>