1
0
Fork 0

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>
hifive-unleashed-5.1
Ritesh Harjani 2018-03-16 19:13:02 +05:30 committed by Jan Kara
parent a9cee1764b
commit b91ed9d808
1 changed files with 0 additions and 1 deletions

View File

@ -267,7 +267,6 @@ struct dqstats {
struct percpu_counter counter[_DQST_DQSTAT_LAST];
};
extern struct dqstats *dqstats_pcpu;
extern struct dqstats dqstats;
static inline void dqstats_inc(unsigned int type)