public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@infradead.org>
To: Trond Myklebust <Trond.Myklebust@netapp.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
	linux-nfs@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [GIT] Please pull NFS client fixes against linux-2.6.25-rc8
Date: Wed, 9 Apr 2008 04:24:08 -0400	[thread overview]
Message-ID: <20080409082408.GA17458@infradead.org> (raw)
In-Reply-To: <1207703414.21370.1.camel@heimdal.trondhjem.org>

> +#ifdef CONFIG_MMU
>  	.mmap		= nfs_file_mmap,
> +#else
> +	.mmap		= generic_file_mmap,
> +#endif

This is with almost 100% chance wrong.  It might get you a kernel that
compiles but none where mmap actually works.  Just disable mmap on nfs
for mmu-less systems until someone hacks up a proper mmu-less mmap
method for nfs.

  reply	other threads:[~2008-04-09  8:24 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-09  1:10 [GIT] Please pull NFS client fixes against linux-2.6.25-rc8 Trond Myklebust
2008-04-09  8:24 ` Christoph Hellwig [this message]
2008-04-09 13:12   ` Trond Myklebust
2008-04-09 13:27     ` Christoph Hellwig
2008-04-09 13:37       ` Trond Myklebust

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080409082408.GA17458@infradead.org \
    --to=hch@infradead.org \
    --cc=Trond.Myklebust@netapp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-nfs@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox