From: David Howells Date: Thu, 29 Jan 2015 12:02:28 +0000 (+0000) Subject: VFS: Add a fallthrough flag for marking virtual dentries X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~3^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df1a085af1f652a02238168c4f2b730c8c90dd4a;p=pandora-kernel.git VFS: Add a fallthrough flag for marking virtual dentries Add a DCACHE_FALLTHRU flag to indicate that, in a layered filesystem, this is a virtual dentry that covers another one in a lower layer that should be used instead. This may be recorded on medium if directory integration is stored there. The flag can be set with d_set_fallthru() and tested with d_is_fallthru(). Original-author: Valerie Aurora Signed-off-by: David Howells Signed-off-by: Al Viro --- Reading git-diff-tree failed