|
@@ -8617,11 +8617,13 @@ static const struct inode_operations btrfs_dir_inode_operations = {
|
|
|
.removexattr = btrfs_removexattr,
|
|
|
.permission = btrfs_permission,
|
|
|
.get_acl = btrfs_get_acl,
|
|
|
+ .update_time = btrfs_update_time,
|
|
|
};
|
|
|
static const struct inode_operations btrfs_dir_ro_inode_operations = {
|
|
|
.lookup = btrfs_lookup,
|
|
|
.permission = btrfs_permission,
|
|
|
.get_acl = btrfs_get_acl,
|
|
|
+ .update_time = btrfs_update_time,
|
|
|
};
|
|
|
|
|
|
static const struct file_operations btrfs_dir_file_operations = {
|