Commit 4c1c88a1 authored by Jan Kara's avatar Jan Kara Committed by Linus Torvalds

[PATCH] Quota module licences

parent 490daf4e
...@@ -10,6 +10,10 @@ ...@@ -10,6 +10,10 @@
#include <asm/uaccess.h> #include <asm/uaccess.h>
#include <asm/byteorder.h> #include <asm/byteorder.h>
MODULE_AUTHOR("Jan Kara");
MODULE_DESCRIPTION("Old quota format support");
MODULE_LICENSE("GPL");
static void v1_disk2mem_dqblk(struct mem_dqblk *m, struct v1_disk_dqblk *d) static void v1_disk2mem_dqblk(struct mem_dqblk *m, struct v1_disk_dqblk *d)
{ {
m->dqb_ihardlimit = d->dqb_ihardlimit; m->dqb_ihardlimit = d->dqb_ihardlimit;
......
...@@ -15,6 +15,10 @@ ...@@ -15,6 +15,10 @@
#include <asm/byteorder.h> #include <asm/byteorder.h>
#include <asm/uaccess.h> #include <asm/uaccess.h>
MODULE_AUTHOR("Jan Kara");
MODULE_DESCRIPTION("Quota format v2 support");
MODULE_LICENSE("GPL");
#define __QUOTA_V2_PARANOIA #define __QUOTA_V2_PARANOIA
typedef char *dqbuf_t; typedef char *dqbuf_t;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment