From: Simon Wilkinson Date: Wed, 12 Oct 2011 19:26:23 +0000 (-0400) Subject: ukernel: don't define rdwr env on linux X-Git-Tag: upstream/1.6.1.pre1^2~177 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=cee07e0612febb9b7e7f199720ca9a2e575874bf;p=packages%2Fo%2Fopenafs.git 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 Reviewed-on: http://gerrit.openafs.org/5613 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear (cherry picked from commit 796de9fb43857acccbd51e2af7c8d67eea90fdc5) Change-Id: I0256c7bdd8a19a191a5d9981525ee288e614fef0 Reviewed-on: http://gerrit.openafs.org/5708 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- diff --git a/src/config/param.linux22.h b/src/config/param.linux22.h index 9260980de..f9937f7c5 100644 --- a/src/config/param.linux22.h +++ b/src/config/param.linux22.h @@ -89,7 +89,6 @@ #define AFS_GCPAGS 0 /* if nonzero, garbage collect PAGs */ #define AFS_HAVE_FFS 1 /* Use system's ffs. */ #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_iovcnt uio_iovcnt diff --git a/src/config/param.linux24.h b/src/config/param.linux24.h index 7ee95667f..9f81afb08 100644 --- a/src/config/param.linux24.h +++ b/src/config/param.linux24.h @@ -94,7 +94,6 @@ #define AFS_GCPAGS 0 /* if nonzero, garbage collect PAGs */ #define AFS_HAVE_FFS 1 /* Use system's ffs. */ #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_iovcnt uio_iovcnt diff --git a/src/config/param.linux26.h b/src/config/param.linux26.h index 0feafa6a4..aba4a9843 100644 --- a/src/config/param.linux26.h +++ b/src/config/param.linux26.h @@ -75,7 +75,6 @@ #define AFS_GCPAGS 0 /* if nonzero, garbage collect PAGs */ #define AFS_HAVE_FFS 1 /* Use system's ffs. */ #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_iovcnt uio_iovcnt