diff options
author | Ritesh Harjani <riteshh@codeaurora.org> | 2018-03-16 16:43:02 +0300 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2018-03-26 14:11:35 +0300 |
commit | b91ed9d8082c394dda63f94f935219cd0a565938 (patch) | |
tree | c0c93f3e1467e62a235114abc1086a91a811da80 /include/linux/quota.h | |
parent | a9cee1764b6fa97f2b4cd0210b1a125fef2e7169 (diff) | |
download | linux-b91ed9d8082c394dda63f94f935219cd0a565938.tar.xz |
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>
Diffstat (limited to 'include/linux/quota.h')
-rw-r--r-- | include/linux/quota.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/quota.h b/include/linux/quota.h index 5ac9de4fcd6f..ca9772c8e48b 100644 --- a/include/linux/quota.h +++ b/include/linux/quota.h @@ -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) |