Greg KH writes: > On Fri, Jan 28, 2005 at 01:38:22PM -0600, Tom Zanussi wrote: > > +extern void * alloc_rchan_buf(unsigned long size, > > + struct page ***page_array, > > + int *page_count); > > +extern void free_rchan_buf(void *buf, > > + struct page **page_array, > > + int page_count); > > As these will be "polluting" the global namespace of the kernel, could > you add "relayfs_" to the front of them? > > Also, any reason why you haven't exported the fops of relayfs so that > others can use this in their filesystems (like proc and debugfs)? >
No reason - I just forgot. I'll make sure that gets fixed along with all the other things you pointed out here in the next patch. Thanks, Tom - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/