Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210053
b: refs/heads/master
c: 36e2168
h: refs/heads/master
i:
  210051: 5217720
v: v3
  • Loading branch information
Sage Weil committed Aug 24, 2010
1 parent 38f99f8 commit 294fc2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 7d8cb26d7dcb911f110b7762bd5941e8f009d6c3
refs/heads/master: 36e21687e6e51c4225c42e6291938363f7bbfa7c
2 changes: 1 addition & 1 deletion trunk/fs/ceph/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ int ceph_init_dentry(struct dentry *dentry)
else
dentry->d_op = &ceph_snap_dentry_ops;

di = kmem_cache_alloc(ceph_dentry_cachep, GFP_NOFS);
di = kmem_cache_alloc(ceph_dentry_cachep, GFP_NOFS | __GFP_ZERO);
if (!di)
return -ENOMEM; /* oh well */

Expand Down

0 comments on commit 294fc2c

Please sign in to comment.