Skip to content
Commit e1ebfd33 authored by Trond Myklebust's avatar Trond Myklebust
Browse files

NFS: Kill the "defined but not used" compile error on nommu machines



Bryan Wu reports that when compiling NFS on nommu machines he gets a
"defined but not used" error on nfs_file_mmap().

The easiest fix is simply to get rid of the special casing in NFS, and
just always call generic_file_mmap() to set up the file.

Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent 72cb77f4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment