]> git.baikalelectronics.ru Git - kernel.git/commit
jfs: remove xtLookupList()
authorDave Kleikamp <shaggy@linux.vnet.ibm.com>
Fri, 9 Jan 2009 21:42:04 +0000 (15:42 -0600)
committerDave Kleikamp <shaggy@linux.vnet.ibm.com>
Fri, 9 Jan 2009 21:42:04 +0000 (15:42 -0600)
commit0dae29596b3a1039b0ec4e6c5c216b15e195905e
treeef13833a74c4e1bcde57a4c4a6a2256fa9e84ccd
parentc15772ad8e226a49108c53b38c32cd4d0e68ffa9
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>
fs/jfs/jfs_extent.c
fs/jfs/jfs_types.h
fs/jfs/jfs_xtree.c
fs/jfs/jfs_xtree.h