From: Dave Kleikamp Date: Fri, 9 Jan 2009 21:42:04 +0000 (-0600) Subject: jfs: remove xtLookupList() X-Git-Tag: v2.6.30-rc1~624^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fec1878fe952b994125a3be7c94b1322db586f3b;p=pandora-kernel.git jfs: remove xtLookupList() xtLookupList() was a more generalized version of xtLookup() with a nastier interface. Its only caller, extHint(), is actually better suited to using xtLookup() than xtLookupList(). This also lets us remove the definition of lxd_t, an obnoxious packed structure that was only used in-memory. Signed-off-by: Dave Kleikamp --- Reading git-diff-tree failed