mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [RFC: 2.6 patch] don't export linux/nfsd/stats.h to userspace
@ 2008-06-23 17:48 Adrian Bunk
  2008-06-23 20:27 ` J. Bruce Fields
  0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2008-06-23 17:48 UTC (permalink / raw)
  To: bfields, neilb; +Cc: linux-nfs, linux-kernel

The main contents is struct nfsd_stats which changes depending on a 
CONFIG_ variable.

This would not work in userspace.

Signed-off-by: Adrian Bunk <bunk@kernel.org>

---

 include/linux/nfsd/Kbuild  |    1 -
 include/linux/nfsd/stats.h |    3 ---
 2 files changed, 4 deletions(-)

9b6014db4d4182cf4cb342b97f9018c5d1090afa diff --git a/include/linux/nfsd/Kbuild b/include/linux/nfsd/Kbuild
index fc97204..698e9ec 100644
--- a/include/linux/nfsd/Kbuild
+++ b/include/linux/nfsd/Kbuild
@@ -2,5 +2,4 @@ unifdef-y += const.h
 unifdef-y += debug.h
 unifdef-y += export.h
 unifdef-y += nfsfh.h
-unifdef-y += stats.h
 unifdef-y += syscall.h
diff --git a/include/linux/nfsd/stats.h b/include/linux/nfsd/stats.h
index 7678cfb..d949590 100644
--- a/include/linux/nfsd/stats.h
+++ b/include/linux/nfsd/stats.h
@@ -38,13 +38,10 @@ struct nfsd_stats {
 /* thread usage wraps very million seconds (approx one fortnight) */
 #define	NFSD_USAGE_WRAP	(HZ*1000000)
 
-#ifdef __KERNEL__
-
 extern struct nfsd_stats	nfsdstats;
 extern struct svc_stat		nfsd_svcstats;
 
 void	nfsd_stat_init(void);
 void	nfsd_stat_shutdown(void);
 
-#endif /* __KERNEL__ */
 #endif /* LINUX_NFSD_STATS_H */


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

end of thread, other threads:[~2008-06-23 20:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-23 17:48 [RFC: 2.6 patch] don't export linux/nfsd/stats.h to userspace Adrian Bunk
2008-06-23 20:27 ` J. Bruce Fields

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®