public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Martin Frey" <frey@scs.ch>
To: "'Alan Cox'" <alan@lxorguk.ukuu.org.uk>, <zippel@linux-m68k.org>,
	<tigran@veritas.com>, <hch@caldera.de>, <asun@cobaltnet.com>,
	<mikulas@artax.karlin.mff.cuni.cz>, <jffs-dev@axis.com>,
	<dwmw2@infradead.org>, <trond.myklebust@fys.uio.no>,
	<aia21@cus.cam.ac.uk>, <reiserfs-dev@namesys.com>
Cc: <baettig@scs.ch>, <linux-kernel@vger.kernel.org>
Subject: RE: [PATCH] large offset llseek breaks for device special files on ac series
Date: Wed, 20 Jun 2001 01:53:08 -0400	[thread overview]
Message-ID: <017c01c0f94d$48e1f5e0$0100007f@SCHLEPPDOWN> (raw)
In-Reply-To: <015e01c0f916$f9e33e30$0100007f@SCHLEPPDOWN>

>Here is the patch.

Sorry, at least most of the patch was there. Here is the rest:

diff -r -u -N -b linux-2.4.5.ac16/include/linux/fs.h linux-2.4.5.ac16.patched/include/linux/fs.h
--- linux-2.4.5.ac16/include/linux/fs.h Tue Jun 19 15:12:50 2001
+++ linux-2.4.5.ac16.patched/include/linux/fs.h Tue Jun 19 18:28:47 2001
@@ -1336,6 +1336,7 @@
 extern void do_generic_file_read(struct file *, loff_t *, read_descriptor_t *, read_actor_t);
 
 extern ssize_t generic_read_dir(struct file *, char *, size_t, loff_t *);
+extern loff_t generic_file_llseek(struct file *, loff_t, int);
 extern int generic_file_open(struct inode *, struct file *);
 
 extern struct file_operations generic_ro_fops;
diff -r -u -N -b linux-2.4.5.ac16/kernel/ksyms.c linux-2.4.5.ac16.patched/kernel/ksyms.c
--- linux-2.4.5.ac16/kernel/ksyms.c     Tue Jun 19 15:13:08 2001
+++ linux-2.4.5.ac16.patched/kernel/ksyms.c     Wed Jun 20 01:41:21 2001
@@ -245,6 +245,7 @@
 EXPORT_SYMBOL(vfs_unlink);
 EXPORT_SYMBOL(vfs_rename);
 EXPORT_SYMBOL(vfs_statfs);
+EXPORT_SYMBOL(generic_file_llseek);
 EXPORT_SYMBOL(generic_read_dir);
 EXPORT_SYMBOL(__pollwait);
 EXPORT_SYMBOL(poll_freewait);



      reply	other threads:[~2001-06-20  5:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E15CSrl-0006jf-00@the-village.bc.nu>
2001-06-19 23:24 ` [PATCH] large offset llseek breaks for device special files on ac series Martin Frey
2001-06-20  5:53   ` Martin Frey [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='017c01c0f94d$48e1f5e0$0100007f@SCHLEPPDOWN' \
    --to=frey@scs.ch \
    --cc=aia21@cus.cam.ac.uk \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=asun@cobaltnet.com \
    --cc=baettig@scs.ch \
    --cc=dwmw2@infradead.org \
    --cc=hch@caldera.de \
    --cc=jffs-dev@axis.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=martin.frey@compaq.com \
    --cc=mikulas@artax.karlin.mff.cuni.cz \
    --cc=reiserfs-dev@namesys.com \
    --cc=tigran@veritas.com \
    --cc=trond.myklebust@fys.uio.no \
    --cc=zippel@linux-m68k.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox