From: Sukadev Bhattiprolu Date: Sat, 7 Mar 2009 18:11:41 +0000 (-0800) Subject: Move common mknod_ptmx() calls into caller X-Git-Tag: v2.6.30-rc1~647^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=945cf2c79f6fbb1b74e3b0ca08f48b6af56ad412;p=pandora-kernel.git Move common mknod_ptmx() calls into caller We create 'ptmx' node in both single-instance and multiple-instance mounts. So devpts_get_sb() can call mknod_ptmx() once rather than have both modes calling mknod_ptmx() separately. Signed-off-by: Sukadev Bhattiprolu Acked-by: Serge Hallyn Signed-off-by: Al Viro --- Reading git-diff-tree failed