]> git.baikalelectronics.ru Git - kernel.git/commit
Define get_init_pts_sb()
authorSukadev Bhattiprolu <sukadev@linux.vnet.ibm.com>
Fri, 2 Jan 2009 13:42:19 +0000 (13:42 +0000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 2 Jan 2009 18:19:36 +0000 (10:19 -0800)
commit5f2961c9647139605da8c63b1d8c7df518fb2970
tree55959d50da843e2ec8b1bbaeeed299c716e9f516
parent3aa7582805c16dd6e7eaca31985ac1ba15d3f578
Define get_init_pts_sb()

See comments in the function header for details. The new interface will
be used in a follow-on patch.

Changelog [v2]:
[Dave Hansen] Replace get_sb_ref() in fs/super.c with get_init_pts_sb()
and make the new interface private to devpts

Signed-off-by: Sukadev Bhattiprolu <sukadev@linux.vnet.ibm.com>
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/devpts/inode.c