mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-05 22:28:00 +00:00
quota: Kill an unused extern entry form quota.h
Kill an unused extern entry from quota.h
which is leftover of below patch.
[f32764bd2
: quota: Convert quota statistics to generic percpu_counter]
Signed-off-by: Ritesh Harjani <riteshh@codeaurora.org>
Signed-off-by: Jan Kara <jack@suse.cz>
This commit is contained in:
parent
a9cee1764b
commit
b91ed9d808
1 changed files with 0 additions and 1 deletions
|
@ -267,7 +267,6 @@ struct dqstats {
|
||||||
struct percpu_counter counter[_DQST_DQSTAT_LAST];
|
struct percpu_counter counter[_DQST_DQSTAT_LAST];
|
||||||
};
|
};
|
||||||
|
|
||||||
extern struct dqstats *dqstats_pcpu;
|
|
||||||
extern struct dqstats dqstats;
|
extern struct dqstats dqstats;
|
||||||
|
|
||||||
static inline void dqstats_inc(unsigned int type)
|
static inline void dqstats_inc(unsigned int type)
|
||||||
|
|
Loading…
Add table
Reference in a new issue