From: Mark Fasheh Date: Fri, 13 Aug 2010 22:15:15 +0000 (-0700) Subject: ocfs2: split out inode alloc code from ocfs2_mknod_locked X-Git-Tag: v2.6.36-rc4~68^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=021960cab320ae3cc4e9aba9cca42f9f5ce785f3;p=pandora-kernel.git ocfs2: split out inode alloc code from ocfs2_mknod_locked Do this by splitting the bulk of the function away from the inode allocation code at the very tom of ocfs2_mknod_locked(). Existing callers don't need to change and won't see any difference. The new function created, __ocfs2_mknod_locked() will be used shortly. Signed-off-by: Mark Fasheh Signed-off-by: Tao Ma --- Reading git-diff-tree failed