aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/inode.c')
-rw-r--r--fs/btrfs/inode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c
index d3585cb6483c..d960492d3d88 100644
--- a/fs/btrfs/inode.c
+++ b/fs/btrfs/inode.c
@@ -5840,6 +5840,6 @@ static struct inode_operations btrfs_symlink_inode_operations = {
5840 .removexattr = btrfs_removexattr, 5840 .removexattr = btrfs_removexattr,
5841}; 5841};
5842 5842
5843struct dentry_operations btrfs_dentry_operations = { 5843const struct dentry_operations btrfs_dentry_operations = {
5844 .d_delete = btrfs_dentry_delete, 5844 .d_delete = btrfs_dentry_delete,
5845}; 5845};