Re: [PATCH] [2.4.28-pre1] more gcc3.4 inline fixes [9/10]

From: Marcelo Tosatti
Date: Mon Aug 23 2004 - 08:45:16 EST


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/ ?

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/