|
@@ -407,7 +407,8 @@ static struct ovl_entry *ovl_alloc_entry(unsigned int numlower)
|
|
static bool ovl_dentry_remote(struct dentry *dentry)
|
|
static bool ovl_dentry_remote(struct dentry *dentry)
|
|
{
|
|
{
|
|
return dentry->d_flags &
|
|
return dentry->d_flags &
|
|
- (DCACHE_OP_REVALIDATE | DCACHE_OP_WEAK_REVALIDATE);
|
|
|
|
|
|
+ (DCACHE_OP_REVALIDATE | DCACHE_OP_WEAK_REVALIDATE |
|
|
|
|
+ DCACHE_OP_REAL);
|
|
}
|
|
}
|
|
|
|
|
|
static bool ovl_dentry_weird(struct dentry *dentry)
|
|
static bool ovl_dentry_weird(struct dentry *dentry)
|