Linux NFS development
 help / color / mirror / Atom feed
* [PATCH] add MODULE_DESCRIPTION to nfs module, update NFS references in MAINTAINERS
@ 2005-01-25 22:46 Bruce Allan
  2005-01-25 23:08 ` Christoph Hellwig
  2005-01-26 10:36 ` Neil Brown
  0 siblings, 2 replies; 7+ messages in thread
From: Bruce Allan @ 2005-01-25 22:46 UTC (permalink / raw)
  To: Trond Myklebust; +Cc: linux-nfs

To direct people to the appropriate resources when experiencing problems
with the NFS client here is a simple patch to 1) add module description
(with link to NFS documentation) to the nfs module, and 2) update the
NFS mailing list and web resources to the MAINTAINERS file.

Patch created against 2.6.11-rc2.

Signed-off-by: Bruce Allan <bwa@us.ibm.com>

diff -urp linux-2.6.11-rc2-vanilla/fs/nfs/inode.c linux-2.6.11-rc2/fs/nfs/inode.c
--- linux-2.6.11-rc2-vanilla/fs/nfs/inode.c	2005-01-24 09:17:59.000000000 -0800
+++ linux-2.6.11-rc2/fs/nfs/inode.c	2005-01-25 14:19:58.000000000 -0800
@@ -1974,6 +1974,7 @@ static void __exit exit_nfs_fs(void)
 /* Not quite true; I just maintain it */
 MODULE_AUTHOR("Olaf Kirch <okir@monad.swb.de>");
 MODULE_LICENSE("GPL");
+MODULE_DESCRIPTION("NFS client module (http://nfs.sourceforge.net)");
 
 module_init(init_nfs_fs)
 module_exit(exit_nfs_fs)
diff -urp linux-2.6.11-rc2-vanilla/MAINTAINERS linux-2.6.11-rc2/MAINTAINERS
--- linux-2.6.11-rc2-vanilla/MAINTAINERS	2005-01-24 09:17:40.000000000 -0800
+++ linux-2.6.11-rc2/MAINTAINERS	2005-01-25 11:29:51.000000000 -0800
@@ -1612,7 +1612,9 @@ S:	Maintained
 NFS CLIENT
 P:	Trond Myklebust
 M:	trond.myklebust@fys.uio.no
-L:	linux-kernel@vger.kernel.org
+L:	nfs@lists.sourceforge.net
+W:	http://nfs.sourceforge.net
+W:	http://linux-nfs.org
 S:	Maintained
 
 NI5010 NETWORK DRIVER


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  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-01-26 19:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-25 22:46 [PATCH] add MODULE_DESCRIPTION to nfs module, update NFS references in MAINTAINERS Bruce Allan
2005-01-25 23:08 ` Christoph Hellwig
2005-01-26  0:19   ` Bruce Allan
2005-01-26  8:05     ` Christoph Hellwig
2005-01-26 16:56       ` Bruce Allan
2005-01-26 19:44         ` Christoph Hellwig
2005-01-26 10:36 ` Neil Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox