• Jan Harkes's avatar
    [PATCH] iget_locked [2/6] · 85b640c5
    Jan Harkes authored
    Now we introduce iget_locked and iget5_locked. These are similar to
    iget, but return a locked inode and read_inode has not been called. So
    the FS has to call read_inode to initialize the inode and then unlock
    it with unlock_new_inode().
    
    This patch is based on the icreate patch from the XFS group, i.e.
    it is pretty much identical except for function naming.
    85b640c5
fs.h 45.6 KB