diff options
| author | 2009-08-27 22:00:20 -0700 | |
|---|---|---|
| committer | 2009-08-27 22:00:20 -0700 | |
| commit | 4b61bb575b1fb42ab1df228ae7812e5135f656da (patch) | |
| tree | 03456466e6f678456ea462a7da4b352d1aa03aa3 /fs/exec.c | |
| parent | Input: xpad - add USB ID for the drumkit controller from Rock Band (diff) | |
| parent | Linux 2.6.31-rc8 (diff) | |
| download | linux-dev-4b61bb575b1fb42ab1df228ae7812e5135f656da.tar.xz linux-dev-4b61bb575b1fb42ab1df228ae7812e5135f656da.zip | |
Merge commit 'v2.6.31-rc8' into next
Diffstat (limited to 'fs/exec.c')
| -rw-r--r-- | fs/exec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/exec.c b/fs/exec.c index 4a8849e45b21..fb4f3cdda78c 100644 --- a/fs/exec.c +++ b/fs/exec.c @@ -678,8 +678,8 @@ exit: } EXPORT_SYMBOL(open_exec); -int kernel_read(struct file *file, unsigned long offset, - char *addr, unsigned long count) +int kernel_read(struct file *file, loff_t offset, + char *addr, unsigned long count) { mm_segment_t old_fs; loff_t pos = offset; |
