These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / fs / btrfs / inode-item.c
index 265e03c..be4d22a 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;
        }