linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC: 2.6 patch] fs/super.c: unexport user_get_super
@ 2005-04-23  4:10 Adrian Bunk
  0 siblings, 0 replies; 6+ messages in thread
From: Adrian Bunk @ 2005-04-23  4:10 UTC (permalink / raw)
  To: linux-kernel

I didn't find any modular usage in the kernel.

Signed-off-by: Adrian Bunk <bunk@stusta.de>

--- linux-2.6.12-rc2-mm3-full/fs/super.c.old	2005-04-23 02:45:59.000000000 +0200
+++ linux-2.6.12-rc2-mm3-full/fs/super.c	2005-04-23 02:46:07.000000000 +0200
@@ -467,8 +467,6 @@
 	return NULL;
 }
 
-EXPORT_SYMBOL(user_get_super);
-
 asmlinkage long sys_ustat(unsigned dev, struct ustat __user * ubuf)
 {
         struct super_block *s;


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

* Re: [RFC: 2.6 patch] fs/super.c: unexport user_get_super
  2005-08-22 16:20 Adrian Bunk
@ 2005-08-23  9:54 ` Christoph Hellwig
  0 siblings, 0 replies; 6+ messages in thread
From: Christoph Hellwig @ 2005-08-23  9:54 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: Andrew Morton, linux-kernel

On Mon, Aug 22, 2005 at 06:20:56PM +0200, Adrian Bunk wrote:
> I didn't find any modular usage in the kernel.

And there shouldn't be one either.  This is really just for some syscalls,
everything else should use get_super based on a struct block_device. If
there's any caller using this wrongly in out of tree modules they can
be switched to bdget + get_super trivially (fixing their code would be
even better).

> Signed-off-by: Adrian Bunk <bunk@stusta.de>
> 
> ---
> 
> This patch was already sent on:
> - 30 May 2005
> - 13 May 2005
> - 1 May 2005
> - 23 Apr 2005
> 
> --- linux-2.6.12-rc2-mm3-full/fs/super.c.old	2005-04-23 02:45:59.000000000 +0200
> +++ linux-2.6.12-rc2-mm3-full/fs/super.c	2005-04-23 02:46:07.000000000 +0200
> @@ -467,8 +467,6 @@
>  	return NULL;
>  }
>  
> -EXPORT_SYMBOL(user_get_super);
> -
>  asmlinkage long sys_ustat(unsigned dev, struct ustat __user * ubuf)
>  {
>          struct super_block *s;
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
---end quoted text---

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

* [RFC: 2.6 patch] fs/super.c: unexport user_get_super
@ 2005-08-22 16:20 Adrian Bunk
  2005-08-23  9:54 ` Christoph Hellwig
  0 siblings, 1 reply; 6+ messages in thread
From: Adrian Bunk @ 2005-08-22 16:20 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel

I didn't find any modular usage in the kernel.

Signed-off-by: Adrian Bunk <bunk@stusta.de>

---

This patch was already sent on:
- 30 May 2005
- 13 May 2005
- 1 May 2005
- 23 Apr 2005

--- linux-2.6.12-rc2-mm3-full/fs/super.c.old	2005-04-23 02:45:59.000000000 +0200
+++ linux-2.6.12-rc2-mm3-full/fs/super.c	2005-04-23 02:46:07.000000000 +0200
@@ -467,8 +467,6 @@
 	return NULL;
 }
 
-EXPORT_SYMBOL(user_get_super);
-
 asmlinkage long sys_ustat(unsigned dev, struct ustat __user * ubuf)
 {
         struct super_block *s;


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

* [RFC: 2.6 patch] fs/super.c: unexport user_get_super
@ 2005-05-30 20:56 Adrian Bunk
  0 siblings, 0 replies; 6+ messages in thread
From: Adrian Bunk @ 2005-05-30 20:56 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel

I didn't find any modular usage in the kernel.

Signed-off-by: Adrian Bunk <bunk@stusta.de>

---

This patch was already sent on:
- 13 May 2005
- 1 May 2005
- 23 Apr 2005

--- linux-2.6.12-rc2-mm3-full/fs/super.c.old	2005-04-23 02:45:59.000000000 +0200
+++ linux-2.6.12-rc2-mm3-full/fs/super.c	2005-04-23 02:46:07.000000000 +0200
@@ -467,8 +467,6 @@
 	return NULL;
 }
 
-EXPORT_SYMBOL(user_get_super);
-
 asmlinkage long sys_ustat(unsigned dev, struct ustat __user * ubuf)
 {
         struct super_block *s;


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

* [RFC: 2.6 patch] fs/super.c: unexport user_get_super
@ 2005-05-13  0:47 Adrian Bunk
  0 siblings, 0 replies; 6+ messages in thread
From: Adrian Bunk @ 2005-05-13  0:47 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel

I didn't find any modular usage in the kernel.

Signed-off-by: Adrian Bunk <bunk@stusta.de>

---

This patch was already sent on:
- 1 May 2005
- 23 Apr 2005

--- linux-2.6.12-rc2-mm3-full/fs/super.c.old	2005-04-23 02:45:59.000000000 +0200
+++ linux-2.6.12-rc2-mm3-full/fs/super.c	2005-04-23 02:46:07.000000000 +0200
@@ -467,8 +467,6 @@
 	return NULL;
 }
 
-EXPORT_SYMBOL(user_get_super);
-
 asmlinkage long sys_ustat(unsigned dev, struct ustat __user * ubuf)
 {
         struct super_block *s;


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

* [RFC: 2.6 patch] fs/super.c: unexport user_get_super
@ 2005-05-01 15:42 Adrian Bunk
  0 siblings, 0 replies; 6+ messages in thread
From: Adrian Bunk @ 2005-05-01 15:42 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel

I didn't find any modular usage in the kernel.

Signed-off-by: Adrian Bunk <bunk@stusta.de>

---

This patch was already sent on:
- 23 Apr 2005

--- linux-2.6.12-rc2-mm3-full/fs/super.c.old	2005-04-23 02:45:59.000000000 +0200
+++ linux-2.6.12-rc2-mm3-full/fs/super.c	2005-04-23 02:46:07.000000000 +0200
@@ -467,8 +467,6 @@
 	return NULL;
 }
 
-EXPORT_SYMBOL(user_get_super);
-
 asmlinkage long sys_ustat(unsigned dev, struct ustat __user * ubuf)
 {
         struct super_block *s;


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

end of thread, other threads:[~2005-08-23  9:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-23  4:10 [RFC: 2.6 patch] fs/super.c: unexport user_get_super Adrian Bunk
2005-05-01 15:42 Adrian Bunk
2005-05-13  0:47 Adrian Bunk
2005-05-30 20:56 Adrian Bunk
2005-08-22 16:20 Adrian Bunk
2005-08-23  9:54 ` Christoph Hellwig

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).