In message <[EMAIL PROTECTED]>,William Murray writes
:
>MODULE_PARM(nfs_server_addr,  "l");
>
>nfs_server_addr is defined in the line above. I suppose that means
>something wrong with MODULE_PARM? But this is frequently used...

in the interest of compatibility, the linux kernel has renamed this
to module_param() and changed the arguments.

module_param(nfs_server_addr, long, 0); 

might work.
_______________________________________________
OpenAFS-info mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-info

Reply via email to