X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=fs%2Fexec.c;h=fb4f3cdda78c422518ed58c550fcf4019c8f2c99;hb=295594e9cf6ae2efd73371777aa8feba0f87f42f;hp=4a8849e45b2191ef5a91821ad3b47d0588e7b12b;hpb=9d5b28d530000aa5a256046f0dd42a3787687cc9;p=mv-sheeva.git diff --git a/fs/exec.c b/fs/exec.c index 4a8849e45b2..fb4f3cdda78 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;