]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: Fix a compile glitch on 64-bit systems
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 4 May 2007 18:44:06 +0000 (14:44 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 4 May 2007 18:44:06 +0000 (14:44 -0400)
commitdddf50c7777534e7e8c48779eed903226a712d19
tree3af3f15c629a6e80b484e05ba6860097fcbcb21e
parent1cfaf89ca9a8e8f3dc55c7f4d7811b13f41cdd14
NFS: Fix a compile glitch on 64-bit systems

fs/nfs/pagelist.c:226: error: conflicting types for 'nfs_pageio_init'
include/linux/nfs_page.h:80: error: previous declaration of 'nfs_pageio_init' was here

Thanks to Andrew for spotting this...

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/pagelist.c