• Brian Behlendorf's avatar
    Linux 2.6.28 compat, insert_inode_locked() · bdf4328b
    Brian Behlendorf authored
    Added insert_inode_locked() helper function, prior to this most callers
    used insert_inode_hash().  The older method doesn't check for collisions
    in the inode_hashtable but it still acceptible for use.  Fallback to
    using insert_inode_hash() when insert_inode_locked() is unavailable.
    bdf4328b
Makefile.in 33.9 KB