Skip to content

Commit

Permalink
quota: Kill an unused extern entry form quota.h
Browse files Browse the repository at this point in the history
Kill an unused extern entry from quota.h
which is leftover of below patch.

[f32764b: quota: Convert quota statistics to generic percpu_counter]

Signed-off-by: Ritesh Harjani <riteshh@codeaurora.org>
Signed-off-by: Jan Kara <jack@suse.cz>
  • Loading branch information
Ritesh Harjani authored and Jan Kara committed Mar 26, 2018
1 parent a9cee17 commit b91ed9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/quota.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b91ed9d

Please sign in to comment.