From: majianpeng Date: Tue, 29 Jan 2013 08:19:02 +0000 (+0800) Subject: f2fs: clean up the add_orphan_inode func X-Git-Tag: v3.9-rc1~67^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2617dc6863b21a8109c199ab533b3dbfe178f27;p=pandora-kernel.git f2fs: clean up the add_orphan_inode func For the code > prev = list_entry(orphan->list.prev, typeof(*prev), list); if orphan->list.prev == head, it can't get the right prev. And we can use the parameter 'this' to add. Signed-off-by: Jianpeng Ma Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed