namespaces: move proc_net_get_sb to a generic fs/super.c helper
authorSerge E. Hallyn <serue@us.ibm.com>
Tue, 7 Apr 2009 02:01:07 +0000 (19:01 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 7 Apr 2009 15:31:09 +0000 (08:31 -0700)
commit909e6d94795654040ed416ac69858d5d2ce66dd3
treec0d873c341e3419c3bb54cffd964bbe850bbb4ab
parent7ce5ba3c7ef26284f60babbe4465259d1f9968f3
namespaces: move proc_net_get_sb to a generic fs/super.c helper

The mqueuefs filesystem will use this helper as well.  Proc's main get_sb
could also be made to use it, but that will require a bit more rework.

Signed-off-by: Serge E. Hallyn <serue@us.ibm.com>
Cc: Cedric Le Goater <clg@fr.ibm.com>
Cc: Alexey Dobriyan <adobriyan@gmail.com>
Cc: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/super.c
include/linux/fs.h