Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360421
b: refs/heads/master
c: b4c6f7b
h: refs/heads/master
i:
  360419: 1aaa80b
v: v3
  • Loading branch information
Eric Sandeen authored and Josef Bacik committed Feb 20, 2013
1 parent fb88c29 commit 796fc69
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 96f1bb57771f71bf1d55d5031a1cf47908494330
refs/heads/master: b4c6f7b75ce9fa3bb78af314e1841af5716bb643
3 changes: 0 additions & 3 deletions trunk/fs/btrfs/send.c
Original file line number Diff line number Diff line change
Expand Up @@ -4536,7 +4536,6 @@ long btrfs_ioctl_send(struct file *mnt_file, void __user *arg_)
struct btrfs_fs_info *fs_info;
struct btrfs_ioctl_send_args *arg = NULL;
struct btrfs_key key;
struct file *filp = NULL;
struct send_ctx *sctx = NULL;
u32 i;
u64 *clone_sources_tmp = NULL;
Expand Down Expand Up @@ -4673,8 +4672,6 @@ long btrfs_ioctl_send(struct file *mnt_file, void __user *arg_)
goto out;

out:
if (filp)
fput(filp);
kfree(arg);
vfree(clone_sources_tmp);

Expand Down

0 comments on commit 796fc69

Please sign in to comment.