|
@@ -341,6 +341,7 @@ static const struct dentry_operations ovl_dentry_operations = {
|
|
|
|
|
|
static const struct dentry_operations ovl_reval_dentry_operations = {
|
|
|
.d_release = ovl_dentry_release,
|
|
|
+ .d_select_inode = ovl_d_select_inode,
|
|
|
.d_revalidate = ovl_dentry_revalidate,
|
|
|
.d_weak_revalidate = ovl_dentry_weak_revalidate,
|
|
|
};
|