xfs
[Top] [All Lists]

Re: [PATCH] xfs_dmapi: add MODULE_ tags

To: Christoph Hellwig <hch@xxxxxx>
Subject: Re: [PATCH] xfs_dmapi: add MODULE_ tags
From: Vlad Apostolov <vapo@xxxxxxx>
Date: Fri, 14 Sep 2007 13:37:46 +1000
Cc: xfs@xxxxxxxxxxx
In-reply-to: <20070828202102.GB17289@xxxxxx>
References: <20070828202102.GB17289@xxxxxx>
Sender: xfs-bounce@xxxxxxxxxxx
User-agent: Thunderbird 2.0.0.6 (X11/20070728)
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@xxxxxx>

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);



<Prev in Thread] Current Thread [Next in Thread>
  • Re: [PATCH] xfs_dmapi: add MODULE_ tags, Vlad Apostolov <=