* [PATCH] xfs_dmapi: add MODULE_ tags
@ 2007-08-28 20:21 Christoph Hellwig
2007-09-14 3:37 ` Vlad Apostolov
0 siblings, 1 reply; 2+ messages in thread
From: Christoph Hellwig @ 2007-08-28 20:21 UTC (permalink / raw)
To: xfs
Without these I get a warning about an unspecified license everytime
I try to load xfs_dmapi.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Index: linux-2.6-xfs/fs/xfs/dmapi/xfs_dm.c
===================================================================
--- linux-2.6-xfs.orig/fs/xfs/dmapi/xfs_dm.c 2007-08-25 00:05:33.000000000 +0200
+++ linux-2.6-xfs/fs/xfs/dmapi/xfs_dm.c 2007-08-25 00:05:53.000000000 +0200
@@ -3372,5 +3372,9 @@ xfs_dm_exit(void)
dmapi_unregister(&xfs_fs_type);
}
+MODULE_AUTHOR("Silicon Graphics, Inc.");
+MODULE_DESCRIPTION("SGI XFS dmapi subsystem");
+MODULE_LICENSE("GPL");
+
module_init(xfs_dm_init);
module_exit(xfs_dm_exit);
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [PATCH] xfs_dmapi: add MODULE_ tags
2007-08-28 20:21 [PATCH] xfs_dmapi: add MODULE_ tags Christoph Hellwig
@ 2007-09-14 3:37 ` Vlad Apostolov
0 siblings, 0 replies; 2+ messages in thread
From: Vlad Apostolov @ 2007-09-14 3:37 UTC (permalink / raw)
To: Christoph Hellwig; +Cc: xfs
Sorry for the late reply Christoph.
It is looking good. I will push the patch in the XFS development tree.
Regards,
Vlad
Christoph Hellwig wrote:
> Without these I get a warning about an unspecified license everytime
> I try to load xfs_dmapi.
>
>
> Signed-off-by: Christoph Hellwig <hch@lst.de>
>
> Index: linux-2.6-xfs/fs/xfs/dmapi/xfs_dm.c
> ===================================================================
> --- linux-2.6-xfs.orig/fs/xfs/dmapi/xfs_dm.c 2007-08-25 00:05:33.000000000 +0200
> +++ linux-2.6-xfs/fs/xfs/dmapi/xfs_dm.c 2007-08-25 00:05:53.000000000 +0200
> @@ -3372,5 +3372,9 @@ xfs_dm_exit(void)
> dmapi_unregister(&xfs_fs_type);
> }
>
> +MODULE_AUTHOR("Silicon Graphics, Inc.");
> +MODULE_DESCRIPTION("SGI XFS dmapi subsystem");
> +MODULE_LICENSE("GPL");
> +
> module_init(xfs_dm_init);
> module_exit(xfs_dm_exit);
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-09-14 3:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-28 20:21 [PATCH] xfs_dmapi: add MODULE_ tags Christoph Hellwig
2007-09-14 3:37 ` Vlad Apostolov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox