Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221752
b: refs/heads/master
c: 6762b93
h: refs/heads/master
v: v3
  • Loading branch information
Kulikov Vasiliy authored and Alex Elder committed Nov 10, 2010
1 parent eee22a2 commit 7f138e1
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: 5d0af85cd0964bb845b63d5059bb20e8f7731e65
refs/heads/master: 6762b938eac878a30a90e770ac655874c36bc642
2 changes: 1 addition & 1 deletion trunk/fs/xfs/linux-2.6/xfs_ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ xfs_attrlist_by_handle(
if (IS_ERR(dentry))
return PTR_ERR(dentry);

kbuf = kmalloc(al_hreq.buflen, GFP_KERNEL);
kbuf = kzalloc(al_hreq.buflen, GFP_KERNEL);
if (!kbuf)
goto out_dput;

Expand Down

0 comments on commit 7f138e1

Please sign in to comment.