From: Sukadev Bhattiprolu Date: Sat, 7 Mar 2009 18:12:32 +0000 (-0800) Subject: Merge code for single and multiple-instance mounts X-Git-Tag: v2.6.30-rc1~647^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bd7903560f1f713e85188a5aaf4d2428b6c8b50;p=pandora-kernel.git Merge code for single and multiple-instance mounts new_pts_mount() (including the get_sb_nodev()), shares a lot of code with init_pts_mount(). The only difference between them is the 'test-super' function passed into sget(). Move all common code into devpts_get_sb() and remove the new_pts_mount() and init_pts_mount() functions, Changelog[v3]: [Serge Hallyn]: Remove unnecessary printk()s Changelog[v2]: (Christoph Hellwig): Merge code in 'do_pts_mount()' into devpts_get_sb() Signed-off-by: Sukadev Bhattiprolu Acked-by: Serge Hallyn Tested-by: Serge Hallyn Signed-off-by: Al Viro --- Reading git-diff-tree failed