Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263690
b: refs/heads/master
c: 259a187
h: refs/heads/master
v: v3
  • Loading branch information
Noah Watkins authored and Sage Weil committed Aug 22, 2011
1 parent 15fdc4e commit 42183fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 795858dbd253462a67e14272edeaae73c6074b17
refs/heads/master: 259a187ade45056fd44856654f78aa9e9f0f7c75
4 changes: 2 additions & 2 deletions trunk/fs/ceph/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -813,8 +813,8 @@ static struct dentry *ceph_mount(struct file_system_type *fs_type,
fsc = create_fs_client(fsopt, opt);
if (IS_ERR(fsc)) {
res = ERR_CAST(fsc);
kfree(fsopt);
kfree(opt);
destroy_mount_options(fsopt);
ceph_destroy_options(opt);
goto out_final;
}

Expand Down

0 comments on commit 42183fa

Please sign in to comment.