linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] quota: Kill an unused extern entry form quota.h
@ 2018-03-16 13:43 Ritesh Harjani
  2018-03-26 11:10 ` Jan Kara
  0 siblings, 1 reply; 2+ messages in thread
From: Ritesh Harjani @ 2018-03-16 13:43 UTC (permalink / raw)
  To: jack, linux-fsdevel; +Cc: linux-kernel, stummala, Ritesh Harjani

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>
---
 include/linux/quota.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/linux/quota.h b/include/linux/quota.h
index 5ac9de4..ca9772c 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)
-- 
Qualcomm India Private Limited, on behalf of Qualcomm Innovation Center, Inc.
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project.

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] quota: Kill an unused extern entry form quota.h
  2018-03-16 13:43 [PATCH] quota: Kill an unused extern entry form quota.h Ritesh Harjani
@ 2018-03-26 11:10 ` Jan Kara
  0 siblings, 0 replies; 2+ messages in thread
From: Jan Kara @ 2018-03-26 11:10 UTC (permalink / raw)
  To: Ritesh Harjani; +Cc: jack, linux-fsdevel, linux-kernel, stummala

On Fri 16-03-18 19:13:02, Ritesh Harjani wrote:
> 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>

Thanks. Added to my tree.

								Honza


> ---
>  include/linux/quota.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/include/linux/quota.h b/include/linux/quota.h
> index 5ac9de4..ca9772c 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)
> -- 
> Qualcomm India Private Limited, on behalf of Qualcomm Innovation Center, Inc.
> Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project.
> 
> 
-- 
Jan Kara <jack@suse.com>
SUSE Labs, CR

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-03-26 11:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-16 13:43 [PATCH] quota: Kill an unused extern entry form quota.h Ritesh Harjani
2018-03-26 11:10 ` Jan Kara

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).