Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25510
b: refs/heads/master
c: 80e8ff6
h: refs/heads/master
v: v3
  • Loading branch information
Vivek Goyal authored and Linus Torvalds committed Apr 11, 2006
1 parent cbb8e93 commit d7e5934
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: 4c416ab71164dc8d3f800a942fb18c4e67f67897
refs/heads/master: 80e8ff634169be3fc2ac48f258cc7638e898cd46
4 changes: 2 additions & 2 deletions trunk/fs/proc/vmcore.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ static ssize_t read_vmcore(struct file *file, char __user *buffer,
size_t buflen, loff_t *fpos)
{
ssize_t acc = 0, tmp;
size_t tsz, nr_bytes;
u64 start;
size_t tsz;
u64 start, nr_bytes;
struct vmcore *curr_m = NULL;

if (buflen == 0 || *fpos >= vmcore_size)
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/proc_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ struct kcore_list {
struct vmcore {
struct list_head list;
unsigned long long paddr;
unsigned long size;
unsigned long long size;
loff_t offset;
};

Expand Down

0 comments on commit d7e5934

Please sign in to comment.