From: Derrick Brashear Date: Sun, 13 Aug 2006 05:52:08 +0000 (+0000) Subject: linux-updates-20060811 X-Git-Tag: BP-openafs-windows-kdfs-ifs~1100 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=4baf136974d8845b7960708b804a87f1e6f512ff;p=packages%2Fo%2Fopenafs.git linux-updates-20060811 fix for current fc kernels, and clean up linux nfs translator --- diff --git a/src/afs/LINUX/osi_pag_module.c b/src/afs/LINUX/osi_pag_module.c index f02f36054..0a44eb8f3 100644 --- a/src/afs/LINUX/osi_pag_module.c +++ b/src/afs/LINUX/osi_pag_module.c @@ -48,7 +48,7 @@ MODULE_PARM_DESC(nfs_server_addr, "IP Address of NFS Server"); static char *this_cell = 0; #if defined(module_param_array) && LINUX_VERSION_CODE > KERNEL_VERSION(2,6,9) -module_param_array(this_cell, charp, 0); +module_param(this_cell, charp, 0); #else MODULE_PARM(this_cell, "s"); #endif