Merge branches 'pci/demodularize-hosts' and 'pci/host-request-windows' into next
[deliverable/linux.git] / fs / btrfs / inode-item.c
index be4d22a5022fa09974488a001d859e574f686645..b8acc07ac6c2b31b41951384b2b8b051b2cbc910 100644 (file)
@@ -157,7 +157,7 @@ static int btrfs_del_inode_extref(struct btrfs_trans_handle *trans,
         */
        if (!btrfs_find_name_in_ext_backref(path, ref_objectid,
                                            name, name_len, &extref)) {
-               btrfs_std_error(root->fs_info, -ENOENT, NULL);
+               btrfs_handle_fs_error(root->fs_info, -ENOENT, NULL);
                ret = -EROFS;
                goto out;
        }
This page took 0.026827 seconds and 5 git commands to generate.