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
139c279f
Commit
139c279f
authored
Apr 12, 2017
by
Jan Kara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
quota: Remove dquot_quotactl_ops
Nobody uses them anymore. Signed-off-by:
Jan Kara
<
jack@suse.cz
>
parent
a480b5be
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
13 deletions
+0
-13
fs/quota/dquot.c
fs/quota/dquot.c
+0
-12
include/linux/quotaops.h
include/linux/quotaops.h
+0
-1
No files found.
fs/quota/dquot.c
View file @
139c279f
...
...
@@ -2771,18 +2771,6 @@ int dquot_set_dqinfo(struct super_block *sb, int type, struct qc_info *ii)
}
EXPORT_SYMBOL
(
dquot_set_dqinfo
);
const
struct
quotactl_ops
dquot_quotactl_ops
=
{
.
quota_on
=
dquot_quota_on
,
.
quota_off
=
dquot_quota_off
,
.
quota_sync
=
dquot_quota_sync
,
.
get_state
=
dquot_get_state
,
.
set_info
=
dquot_set_dqinfo
,
.
get_dqblk
=
dquot_get_dqblk
,
.
get_nextdqblk
=
dquot_get_next_dqblk
,
.
set_dqblk
=
dquot_set_dqblk
};
EXPORT_SYMBOL
(
dquot_quotactl_ops
);
const
struct
quotactl_ops
dquot_quotactl_sysfile_ops
=
{
.
quota_enable
=
dquot_quota_enable
,
.
quota_disable
=
dquot_quota_disable
,
...
...
include/linux/quotaops.h
View file @
139c279f
...
...
@@ -162,7 +162,6 @@ static inline bool sb_has_quota_active(struct super_block *sb, int type)
* Operations supported for diskquotas.
*/
extern
const
struct
dquot_operations
dquot_operations
;
extern
const
struct
quotactl_ops
dquot_quotactl_ops
;
extern
const
struct
quotactl_ops
dquot_quotactl_sysfile_ops
;
#else
...
...
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