|
@@ -1125,7 +1125,7 @@ static int dump_write(struct file *file, const void *addr, int nr)
|
|
|
return file->f_op->write(file, addr, nr, &file->f_pos) == nr;
|
|
|
}
|
|
|
|
|
|
-static int dump_seek(struct file *file, off_t off)
|
|
|
+static int dump_seek(struct file *file, loff_t off)
|
|
|
{
|
|
|
if (file->f_op->llseek) {
|
|
|
if (file->f_op->llseek(file, off, 0) != off)
|