Messages in this thread |  | | | Date | Mon, 23 Aug 2004 09:25:17 -0300 | | From | Marcelo Tosatti <> | | Subject | Re: [PATCH] [2.4.28-pre1] more gcc3.4 inline fixes [9/10] |
| |
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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |