Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 366279
b: refs/heads/master
c: 194c876
h: refs/heads/master
i:
  366277: 5720496
  366275: 0d6dc2d
  366271: 947cb62
v: v3
  • Loading branch information
Zhang Yanfei authored and Jiri Kosina committed Mar 18, 2013
1 parent 7e84217 commit 89f76eb
Show file tree
Hide file tree
Showing 2 changed files with 2 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: eb2c560f9f2b126e1d0ebcd35709c5b37c28c817
refs/heads/master: 194c8767cef585708645186a928089b1adf77f52
3 changes: 1 addition & 2 deletions trunk/fs/ufs/util.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ struct ufs_buffer_head * _ubh_bread_ (struct ufs_sb_private_info * uspi,
count = size >> uspi->s_fshift;
if (count > UFS_MAXFRAG)
return NULL;
ubh = (struct ufs_buffer_head *)
kmalloc (sizeof (struct ufs_buffer_head), GFP_NOFS);
ubh = kmalloc (sizeof (struct ufs_buffer_head), GFP_NOFS);
if (!ubh)
return NULL;
ubh->fragment = fragment;
Expand Down

0 comments on commit 89f76eb

Please sign in to comment.