diff options
-rw-r--r-- | fs/btrfs/inode.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c index 931036c6eb90..8af6c03953ad 100644 --- a/fs/btrfs/inode.c +++ b/fs/btrfs/inode.c | |||
@@ -8617,11 +8617,13 @@ static const struct inode_operations btrfs_dir_inode_operations = { | |||
8617 | .removexattr = btrfs_removexattr, | 8617 | .removexattr = btrfs_removexattr, |
8618 | .permission = btrfs_permission, | 8618 | .permission = btrfs_permission, |
8619 | .get_acl = btrfs_get_acl, | 8619 | .get_acl = btrfs_get_acl, |
8620 | .update_time = btrfs_update_time, | ||
8620 | }; | 8621 | }; |
8621 | static const struct inode_operations btrfs_dir_ro_inode_operations = { | 8622 | static const struct inode_operations btrfs_dir_ro_inode_operations = { |
8622 | .lookup = btrfs_lookup, | 8623 | .lookup = btrfs_lookup, |
8623 | .permission = btrfs_permission, | 8624 | .permission = btrfs_permission, |
8624 | .get_acl = btrfs_get_acl, | 8625 | .get_acl = btrfs_get_acl, |
8626 | .update_time = btrfs_update_time, | ||
8625 | }; | 8627 | }; |
8626 | 8628 | ||
8627 | static const struct file_operations btrfs_dir_file_operations = { | 8629 | static const struct file_operations btrfs_dir_file_operations = { |