dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/s390/hypfs
Heiko Carstens 33b26d7951 [S390] fix hypfs build failure
Fix build breakage below which probably was introduced with
("rcu: don't include unnecessary headers, allow kmemtrace w/ tracepoints").

  CC      arch/s390/hypfs/hypfs_diag.o
arch/s390/hypfs/hypfs_diag.c: In function 'diag204_free_buffer':
arch/s390/hypfs/hypfs_diag.c:364: error: implicit declaration of function 'free_pages'
arch/s390/hypfs/hypfs_diag.c: In function 'diag204_alloc_rbuf':
arch/s390/hypfs/hypfs_diag.c:384: error: implicit declaration of function '__get_free_pages'
arch/s390/hypfs/hypfs_diag.c:384: error: 'GFP_KERNEL' undeclared (first use in this function)
arch/s390/hypfs/hypfs_diag.c:384: error: (Each undeclared identifier is reported only once
arch/s390/hypfs/hypfs_diag.c:384: error: for each function it appears in.)

Reported-by: Sachin Sant <sachinp@in.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2009-03-31 19:17:03 +02:00
..
Makefile [S390] Hypervisor filesystem (s390_hypfs) for z/VM 2007-02-05 21:18:29 +01:00
hypfs.h [S390] Hypervisor filesystem (s390_hypfs) for z/VM 2007-02-05 21:18:29 +01:00
hypfs_diag.c [S390] fix hypfs build failure 2009-03-31 19:17:03 +02:00
hypfs_vm.c [S390] Hypervisor filesystem (s390_hypfs) for z/VM 2007-02-05 21:18:29 +01:00
inode.c zero i_uid/i_gid on inode allocation 2009-01-05 11:54:28 -05:00