Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190553
b: refs/heads/master
c: a36d515
h: refs/heads/master
i:
  190551: ef5f324
v: v3
  • Loading branch information
Joel Becker committed Apr 23, 2010
1 parent c4d04bf commit b096acc
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: c21a534e2f24968cf74976a4e721ac194db30ded
refs/heads/master: a36d515c7a2dfacebcf41729f6812dbc424ebcf0
2 changes: 1 addition & 1 deletion trunk/fs/ocfs2/dlmfs/dlmfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ static ssize_t dlmfs_file_read(struct file *filp,
if ((count + *ppos) > i_size_read(inode))
readlen = i_size_read(inode) - *ppos;
else
readlen = count - *ppos;
readlen = count;

lvb_buf = kmalloc(readlen, GFP_NOFS);
if (!lvb_buf)
Expand Down

0 comments on commit b096acc

Please sign in to comment.