commit | e1ebfd33be068ec933f8954060a499bd22ad6f69 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Mar 11 14:37:54 2009 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Mar 11 14:37:54 2009 -0400 |
tree | eede58106b4c2e10198a73f47ad14850d617f4c1 | |
parent | 72cb77f4a5ace37b12dcb47a0e8637a2c28ad881 [diff] |
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>