Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
4c1c88a1
Commit
4c1c88a1
authored
Apr 01, 2003
by
Jan Kara
Committed by
Linus Torvalds
Apr 01, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] Quota module licences
parent
490daf4e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
fs/quota_v1.c
fs/quota_v1.c
+4
-0
fs/quota_v2.c
fs/quota_v2.c
+4
-0
No files found.
fs/quota_v1.c
View file @
4c1c88a1
...
@@ -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
;
...
...
fs/quota_v2.c
View file @
4c1c88a1
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment