[pnfs] [PATCH 05/25] pnfs: block: STUB: NFS4_PNFS_DEV_MAXSIZE too small

Fred Isaman iisaman at citi.umich.edu
Thu Feb 14 13:21:23 EST 2008


This patch doesn't do anything.  It is just a reminder that
NFS4_PNFS_DEV_MAXSIZE is way too small, and needs to be
changed from static to dynamic allocation.

Signed-off-by: Fred Isaman <iisaman at citi.umich.edu>
---
 include/linux/nfs4_pnfs.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/linux/nfs4_pnfs.h b/include/linux/nfs4_pnfs.h
index 655f1f7..dee278a 100644
--- a/include/linux/nfs4_pnfs.h
+++ b/include/linux/nfs4_pnfs.h
@@ -17,6 +17,7 @@
 #include <linux/nfs_page.h>
 
 #define NFS4_PNFS_DEV_MAXNUM 16
+/* This is way too small for block driver */
 #define NFS4_PNFS_DEV_MAXSIZE 128
 
 /* Per-layout driver specific registration structure */
-- 
1.5.3.3



More information about the pNFS mailing list