From: Theodore Ts'o Date: Tue, 7 Feb 2012 01:12:03 +0000 (-0500) Subject: ext4: fold ext4_claim_inode into ext4_new_inode X-Git-Tag: v3.4-rc1~75^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=119c0d4460b001e44b41dcf73dc6ee794b98bd31;p=pandora-kernel.git ext4: fold ext4_claim_inode into ext4_new_inode The function ext4_claim_inode() is only called by one function, ext4_new_inode(), and by folding the functionality into ext4_new_inode(), we can remove almost 50 lines of code, and put all of the logic of allocating a new inode into a single place. Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed