From: Artem Bityutskiy Date: Sun, 8 Aug 2010 09:25:33 +0000 (+0300) Subject: UBIFS: do not use key type in list_sort X-Git-Tag: v2.6.37-rc1~170^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab87118d717467cbcd9648692c2a9708d55193bc;p=pandora-kernel.git UBIFS: do not use key type in list_sort In comparison function for 'list_sort()' we use key type to distinguish between node types. However, we have a bit simper way to detect node type - 'snod->type'. This more logical to use, comparing to decoding key types. Also allows to get rid of 2 local variables. Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed