lkml.org 
[lkml]   [2005]   [Jan]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [PATCH] relayfs redux, part 2
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 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/

\
 
 \ /
  Last update: 2005-03-22 14:10    [from the cache]
©2003-2011 Jasper Spaans