Merge branch 'for-4.3/gembird' into for-linus
[firefly-linux-kernel-4.4.55.git] / fs / overlayfs / super.c
index 8a08c582bc22e400a16f395609200ed105d3933f..7466ff339c667ea63ead6bf04f18d5662ef3d142 100644 (file)
@@ -316,6 +316,7 @@ static int ovl_dentry_weak_revalidate(struct dentry *dentry, unsigned int flags)
 
 static const struct dentry_operations ovl_dentry_operations = {
        .d_release = ovl_dentry_release,
+       .d_select_inode = ovl_d_select_inode,
 };
 
 static const struct dentry_operations ovl_reval_dentry_operations = {