Home
last modified time | relevance | path

Searched hist:e1ebfd33be068ec933f8954060a499bd22ad6f69 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/nfs/
H A Dfile.cdiff e1ebfd33be068ec933f8954060a499bd22ad6f69 Wed Mar 11 13:37:54 CDT 2009 Trond Myklebust <Trond.Myklebust@netapp.com> 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: Trond Myklebust <Trond.Myklebust@netapp.com>