Skip to content

Commit b91ed9d

Browse files
Ritesh Harjanijankara
authored andcommitted
quota: Kill an unused extern entry form quota.h
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 <[email protected]> Signed-off-by: Jan Kara <[email protected]>
1 parent a9cee17 commit b91ed9d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/linux/quota.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,6 @@ struct dqstats {
267267
struct percpu_counter counter[_DQST_DQSTAT_LAST];
268268
};
269269

270-
extern struct dqstats *dqstats_pcpu;
271270
extern struct dqstats dqstats;
272271

273272
static inline void dqstats_inc(unsigned int type)

0 commit comments

Comments
 (0)