]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - fs/btrfs/inode-item.c
Btrfs: consolidate btrfs_error() to btrfs_std_error()
[mirror_ubuntu-artful-kernel.git] / fs / btrfs / inode-item.c
index 265e03c73f4daaea4ac1b69ab0a606c63f50895f..be4d22a5022fa09974488a001d859e574f686645 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);
+               btrfs_std_error(root->fs_info, -ENOENT, NULL);
                ret = -EROFS;
                goto out;
        }