linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* CIFS (2.5.62) build problems
@ 2003-02-18 19:23 Stephen Hemminger
  2003-02-18 19:38 ` Andrew Morton
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Hemminger @ 2003-02-18 19:23 UTC (permalink / raw)
  To: Linux Kernel Mailing List

CIFS can not be built as a module because it cifs_readpages calls:
 __pagevec_lru_add
 add_to_page_cache

The patch to mm/filemap.c and mm/swap.c is trivial, the question is
should those internal functions be exported in the first place.

-- 
Stephen Hemminger <shemminger@osdl.org>
Open Source Devlopment Lab


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: CIFS (2.5.62) build problems
  2003-02-18 19:23 CIFS (2.5.62) build problems Stephen Hemminger
@ 2003-02-18 19:38 ` Andrew Morton
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Morton @ 2003-02-18 19:38 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: linux-kernel

Stephen Hemminger <shemminger@osdl.org> wrote:
>
> CIFS can not be built as a module because it cifs_readpages calls:
>  __pagevec_lru_add
>  add_to_page_cache
> 
> The patch to mm/filemap.c and mm/swap.c is trivial, the question is
> should those internal functions be exported in the first place.
> 

Yes they need to be exported.  Otherwise filesystems cannot implement
a fully custom readpages address_space op.

I have a fix for this queued.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-02-18 19:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-18 19:23 CIFS (2.5.62) build problems Stephen Hemminger
2003-02-18 19:38 ` Andrew Morton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).