commit | fec1878fe952b994125a3be7c94b1322db586f3b | [log] [tgz] |
---|---|---|
author | Dave Kleikamp <shaggy@linux.vnet.ibm.com> | Fri Jan 09 15:42:04 2009 -0600 |
committer | Dave Kleikamp <shaggy@linux.vnet.ibm.com> | Fri Jan 09 15:42:04 2009 -0600 |
tree | ef13833a74c4e1bcde57a4c4a6a2256fa9e84ccd | |
parent | da9c138e9e1cc08aa3a4e8c09411a5d08f866445 [diff] |
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 <shaggy@linux.vnet.ibm.com>