• Jan Harkes's avatar
    [PATCH] iget_locked [1/6] · 7a24f1a6
    Jan Harkes authored
    Fix a race in iget4. The fs specific data that is used to find an inode
    should be initialized while still holding the inode lock.
    
    It adds a 'set' callback function that should be a non-blocking FS
    provided function which initializes the private parts of the inode so
    that the 'test' callback function can correctly match new inodes.
    
    Touches all filesystems that use iget4 (Coda/NFS/ReiserFS).
    7a24f1a6
inode.c 66.4 KB