Remove unused MMAP functions
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 1 Jul 2011 16:16:15 +0000 (09:16 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 1 Jul 2011 19:22:57 +0000 (12:22 -0700)
commitf0b2486034f6a4d8cd1a139ff4604e6b9629a64e
treebd16799c5434fdfc20ea893d277de54430f950b3
parentdde471ef5a07bd569deeadd3e9a88655db3e10ab
Remove unused MMAP functions

The following functions were required for the OpenSolaris mmap
implementation.  Because the Linux VFS does most the most heavy
lifting for us they are not required and are being removed to
keep the code clean and easy to understand.

  * zfs_null_putapage()
  * zfs_frlock()
  * zfs_no_putpage()

Signed-off-by: Brian Behlendorf <behlendorf@llnl.gov>
module/zfs/zfs_vnops.c
module/zfs/zfs_znode.c