ukernel: don't define rdwr env on linux

We're not vm rdwr env in ukernel. Don't claim we are, otherwise we
will never push chunks out to the fileserver when our cache is full

Change-Id: I1c52ef502d42a4a2b63e786471fa487b88712e9d
Reviewed-on: http://gerrit.openafs.org/5613
Reviewed-by: Derrick Brashear <shadow@dementix.org>
Tested-by: Derrick Brashear <shadow@dementix.org>
This commit is contained in:
Simon Wilkinson 2011-10-12 15:26:23 -04:00 committed by Derrick Brashear
parent 7ae1921b76
commit 796de9fb43
3 changed files with 0 additions and 3 deletions

View File

@ -88,7 +88,6 @@
#define AFS_GCPAGS 0 /* if nonzero, garbage collect PAGs */ #define AFS_GCPAGS 0 /* if nonzero, garbage collect PAGs */
#define AFS_HAVE_FFS 1 /* Use system's ffs. */ #define AFS_HAVE_FFS 1 /* Use system's ffs. */
#define AFS_HAVE_STATVFS 0 /* System doesn't support statvfs */ #define AFS_HAVE_STATVFS 0 /* System doesn't support statvfs */
#define AFS_VM_RDWR_ENV 1 /* read/write implemented via VM */
#define afsio_iov uio_iov #define afsio_iov uio_iov
#define afsio_iovcnt uio_iovcnt #define afsio_iovcnt uio_iovcnt

View File

@ -92,7 +92,6 @@
#define AFS_GCPAGS 0 /* if nonzero, garbage collect PAGs */ #define AFS_GCPAGS 0 /* if nonzero, garbage collect PAGs */
#define AFS_HAVE_FFS 1 /* Use system's ffs. */ #define AFS_HAVE_FFS 1 /* Use system's ffs. */
#define AFS_HAVE_STATVFS 0 /* System doesn't support statvfs */ #define AFS_HAVE_STATVFS 0 /* System doesn't support statvfs */
#define AFS_VM_RDWR_ENV 1 /* read/write implemented via VM */
#define afsio_iov uio_iov #define afsio_iov uio_iov
#define afsio_iovcnt uio_iovcnt #define afsio_iovcnt uio_iovcnt

View File

@ -75,7 +75,6 @@
#define AFS_GCPAGS 0 /* if nonzero, garbage collect PAGs */ #define AFS_GCPAGS 0 /* if nonzero, garbage collect PAGs */
#define AFS_HAVE_FFS 1 /* Use system's ffs. */ #define AFS_HAVE_FFS 1 /* Use system's ffs. */
#define AFS_HAVE_STATVFS 0 /* System doesn't support statvfs */ #define AFS_HAVE_STATVFS 0 /* System doesn't support statvfs */
#define AFS_VM_RDWR_ENV 1 /* read/write implemented via VM */
#define afsio_iov uio_iov #define afsio_iov uio_iov
#define afsio_iovcnt uio_iovcnt #define afsio_iovcnt uio_iovcnt