]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
ukernel: don't define rdwr env on linux
authorSimon Wilkinson <sxw@your-file-system.com>
Wed, 12 Oct 2011 19:26:23 +0000 (15:26 -0400)
committerDerrick Brashear <shadow@dementix.org>
Wed, 26 Oct 2011 22:50:51 +0000 (15:50 -0700)
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 <shadow@dementix.org>
Tested-by: Derrick Brashear <shadow@dementix.org>
(cherry picked from commit 796de9fb43857acccbd51e2af7c8d67eea90fdc5)

Change-Id: I0256c7bdd8a19a191a5d9981525ee288e614fef0
Reviewed-on: http://gerrit.openafs.org/5708
Reviewed-by: Derrick Brashear <shadow@dementix.org>
Tested-by: Derrick Brashear <shadow@dementix.org>
src/config/param.linux22.h
src/config/param.linux24.h
src/config/param.linux26.h

index 9260980de15c8f9e5c6ee9fca27b17f1c8536368..f9937f7c5007432a6fe0eed73b1dfa929f8b7013 100644 (file)
@@ -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
index 7ee95667ff06279f8b3735a24f20215cfe50e764..9f81afb08b12a153357140a11d12d43610b6dde4 100644 (file)
@@ -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
index 0feafa6a4d3296e9ee8407786e66ea6bddf8f02b..aba4a98434dfb1eda2c00245bf00b17958c95e24 100644 (file)
@@ -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