diff options
Diffstat (limited to 'fs/overlayfs/super.c')
-rw-r--r-- | fs/overlayfs/super.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/overlayfs/super.c b/fs/overlayfs/super.c index 8a08c582bc22..7466ff339c66 100644 --- a/fs/overlayfs/super.c +++ b/fs/overlayfs/super.c | |||
@@ -316,6 +316,7 @@ static int ovl_dentry_weak_revalidate(struct dentry *dentry, unsigned int flags) | |||
316 | 316 | ||
317 | static const struct dentry_operations ovl_dentry_operations = { | 317 | static const struct dentry_operations ovl_dentry_operations = { |
318 | .d_release = ovl_dentry_release, | 318 | .d_release = ovl_dentry_release, |
319 | .d_select_inode = ovl_d_select_inode, | ||
319 | }; | 320 | }; |
320 | 321 | ||
321 | static const struct dentry_operations ovl_reval_dentry_operations = { | 322 | static const struct dentry_operations ovl_reval_dentry_operations = { |