From: Sukadev Bhattiprolu Date: Fri, 2 Jan 2009 13:41:11 +0000 (+0000) Subject: Remove devpts_root global X-Git-Tag: v2.6.29-rc1~545^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59e55e6cf86eb472e8373831c4234252916c53ef;p=pandora-kernel.git Remove devpts_root global Remove the 'devpts_root' global variable and find the root dentry using the super_block. The super-block can be found from the device inode, using the new wrapper, pts_sb_from_inode(). Changelog: This patch is based on an earlier patchset from Serge Hallyn and Matt Helsley. Signed-off-by: Sukadev Bhattiprolu Signed-off-by: Alan Cox Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed