Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189213
b: refs/heads/master
c: 4736b00
h: refs/heads/master
i:
  189211: e5efe53
v: v3
  • Loading branch information
Dan Carpenter authored and Sage Weil committed Mar 23, 2010
1 parent 17a87ce commit 4e01346
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9c423956b8a495f0c048143abc5da955a70eac97
refs/heads/master: 4736b009b880b7c19bea36327a71032a6dbee402
2 changes: 2 additions & 0 deletions trunk/fs/ceph/mds_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,8 @@ static struct ceph_mds_session *register_session(struct ceph_mds_client *mdsc,
struct ceph_mds_session *s;

s = kzalloc(sizeof(*s), GFP_NOFS);
if (!s)
return ERR_PTR(-ENOMEM);
s->s_mdsc = mdsc;
s->s_mds = mds;
s->s_state = CEPH_MDS_SESSION_NEW;
Expand Down

0 comments on commit 4e01346

Please sign in to comment.