Skip to content
  • Dave Kleikamp's avatar
    jfs: remove xtLookupList() · fec1878f
    Dave Kleikamp authored
    
    
    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: default avatarDave Kleikamp <shaggy@linux.vnet.ibm.com>
    fec1878f