commit | e7f7d2253c05143ed76ddc5e11f4cf0a9b814a27 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Thu Jan 29 12:02:27 2015 +0000 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun Feb 22 11:38:37 2015 -0500 |
tree | a4313648e0c389911439deb18633951b4678561b | |
parent | 155e35d4daa804582f75acaa2c74ec797a89c615 [diff] |
VFS: Add a whiteout dentry type Add DCACHE_WHITEOUT_TYPE and provide a d_is_whiteout() accessor function. A d_is_miss() accessor is also added for ordinary cache misses and d_is_negative() is modified to indicate either an ordinary miss or an enforced miss (whiteout). Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>