]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite633d139a356f97963f7517308c362f0c017daf7
treec0d873c341e3419c3bb54cffd964bbe850bbb4ab
parent0bd761befe59d0476ac2fb51de3d0ca2297aecf0
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