Skip to content
  • Christoph Hellwig's avatar
    fs: simplify iget & friends · 0b2d0724
    Christoph Hellwig authored
    
    
    Merge get_new_inode/get_new_inode_fast into iget5_locked/iget_locked
    as those were the only callers.  Remove the internal ifind/ifind_fast
    helpers - ifind_fast only had a single caller, and ifind had two
    callers wanting it to do different things.  Also clean up the comments
    in this area to focus on information important to a developer trying
    to use it, instead of overloading them with implementation details.
    
    Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
    Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
    0b2d0724