diff options
Diffstat (limited to 'fs/btrfs/inode-item.c')
-rw-r--r-- | fs/btrfs/inode-item.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/inode-item.c b/fs/btrfs/inode-item.c index be4d22a5022f..b8acc07ac6c2 100644 --- a/fs/btrfs/inode-item.c +++ b/fs/btrfs/inode-item.c | |||
@@ -157,7 +157,7 @@ static int btrfs_del_inode_extref(struct btrfs_trans_handle *trans, | |||
157 | */ | 157 | */ |
158 | if (!btrfs_find_name_in_ext_backref(path, ref_objectid, | 158 | if (!btrfs_find_name_in_ext_backref(path, ref_objectid, |
159 | name, name_len, &extref)) { | 159 | name, name_len, &extref)) { |
160 | btrfs_std_error(root->fs_info, -ENOENT, NULL); | 160 | btrfs_handle_fs_error(root->fs_info, -ENOENT, NULL); |
161 | ret = -EROFS; | 161 | ret = -EROFS; |
162 | goto out; | 162 | goto out; |
163 | } | 163 | } |