diff options
| -rw-r--r-- | fs/ocfs2/dlmfs/dlmfs.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/fs/ocfs2/dlmfs/dlmfs.c b/fs/ocfs2/dlmfs/dlmfs.c index a99d1eafa8e2..b83d6107a1f5 100644 --- a/fs/ocfs2/dlmfs/dlmfs.c +++ b/fs/ocfs2/dlmfs/dlmfs.c | |||
| @@ -262,7 +262,7 @@ static ssize_t dlmfs_file_read(struct file *filp, | |||
| 262 | if ((count + *ppos) > i_size_read(inode)) | 262 | if ((count + *ppos) > i_size_read(inode)) | 
| 263 | readlen = i_size_read(inode) - *ppos; | 263 | readlen = i_size_read(inode) - *ppos; | 
| 264 | else | 264 | else | 
| 265 | readlen = count - *ppos; | 265 | readlen = count; | 
| 266 | 266 | ||
| 267 | lvb_buf = kmalloc(readlen, GFP_NOFS); | 267 | lvb_buf = kmalloc(readlen, GFP_NOFS); | 
| 268 | if (!lvb_buf) | 268 | if (!lvb_buf) | 
