2005-01-25 22:40:13

by Bruce Allan

[permalink] [raw]
Subject: [PATCH] add MODULE_DESCRIPTION to nfsd module

To direct people to the appropriate resources when experiencing problems
with the NFS server here is a simple patch to add module description
(with link to NFS documentation) to the nfsd module.

Patch created against 2.6.11-rc2.

Signed-off-by: Bruce Allan <[email protected]>

diff -urp linux-2.6.11-rc2-vanilla/fs/nfsd/nfsctl.c linux-2.6.11-rc2/fs/nfsd/nfsctl.c
--- linux-2.6.11-rc2-vanilla/fs/nfsd/nfsctl.c 2004-12-24 13:34:02.000000000 -0800
+++ linux-2.6.11-rc2/fs/nfsd/nfsctl.c 2005-01-25 14:20:10.000000000 -0800
@@ -434,5 +434,6 @@ static void __exit exit_nfsd(void)

MODULE_AUTHOR("Olaf Kirch <[email protected]>");
MODULE_LICENSE("GPL");
+MODULE_DESCRIPTION("NFS server module (http://nfs.sourceforge.net)");
module_init(init_nfsd)
module_exit(exit_nfsd)


Regards,
---
Bruce Allan
Software Engineer, Linux Technology Center
IBM Corporation, Beaverton OR USA



-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
NFS maillist - [email protected]
https://lists.sourceforge.net/lists/listinfo/nfs