NFS: Kill the "defined but not used" compile error on nommu machines
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 11 Mar 2009 18:37:54 +0000 (14:37 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 11 Mar 2009 18:37:54 +0000 (14:37 -0400)
commite1ebfd33be068ec933f8954060a499bd22ad6f69
treeeede58106b4c2e10198a73f47ad14850d617f4c1
parent72cb77f4a5ace37b12dcb47a0e8637a2c28ad881
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>
fs/nfs/file.c