From: Theodore Ts'o Date: Fri, 15 Feb 2013 08:35:57 +0000 (-0500) Subject: ext4: use ERR_PTR() abstraction for ext4_append() X-Git-Tag: v3.9-rc1~64^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f70b40613ee14b0cadafeb461034cff81b4419a;p=pandora-kernel.git ext4: use ERR_PTR() abstraction for ext4_append() Use ERR_PTR()/IS_ERR() abstraction instead of passing in a separate pointer to an integer for the error code, as a code cleanup. Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed