All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marcelo Tosatti <marcelo.tosatti@cyclades.com>
To: "O.Sezer" <sezeroz@ttnet.net.tr>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] [2.4.28-pre1] more gcc3.4 inline fixes [9/10]
Date: Mon, 23 Aug 2004 09:25:17 -0300	[thread overview]
Message-ID: <20040823122516.GC4569@logos.cnet> (raw)
In-Reply-To: <41222195.3020108@ttnet.net.tr>

On Tue, Aug 17, 2004 at 06:17:41PM +0300, O.Sezer wrote:

> --- 28p1/include/linux/fs.h~	2004-08-16 20:23:00.000000000 +0300
> +++ 28p1/include/linux/fs.h	2004-08-17 13:02:49.000000000 +0300
> @@ -1528,7 +1528,7 @@
>  extern int generic_file_mmap(struct file *, struct vm_area_struct *);
>  extern int file_read_actor(read_descriptor_t * desc, struct page *page, unsigned long offset, unsigned long size);
>  extern ssize_t generic_file_read(struct file *, char *, size_t, loff_t *);
> -extern inline ssize_t do_generic_direct_read(struct file *, char *, size_t, loff_t *);
> +extern ssize_t do_generic_direct_read(struct file *, char *, size_t, loff_t *);
>  extern int precheck_file_write(struct file *, struct inode *, size_t *, loff_t *);
>  extern ssize_t generic_file_write(struct file *, const char *, size_t, loff_t *);
>  extern void do_generic_file_read(struct file *, loff_t *, read_descriptor_t *, read_actor_t);

And what about the actual function declaration in mm/ ?


  reply	other threads:[~2004-08-23 13:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-17 15:17 [PATCH] [2.4.28-pre1] more gcc3.4 inline fixes [9/10] O.Sezer
2004-08-23 12:25 ` Marcelo Tosatti [this message]
  -- strict thread matches above, loose matches on Subject: below --
2004-08-23 15:08 O.Sezer
2004-08-23 15:45 ` O.Sezer

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=20040823122516.GC4569@logos.cnet \
    --to=marcelo.tosatti@cyclades.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sezeroz@ttnet.net.tr \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.