• J. R. Okajima's avatar
    aufs: hfsplus branch · 5bb71622
    J. R. Okajima authored
    
    
    Special support for filesystems which acquires an inode mutex at final
    closing a file, eg, hfsplus.
    This trick is very simple and stupid, just to open the file before really
    necessary open to tell hfsplus that this is not the final closing.
    The caller should call au_h_open_pre() after acquiring the inode mutex,
    and au_h_open_post() after releasing it.
    Signed-off-by: default avatarJ. R. Okajima <hooanon05g@gmail.com>
    5bb71622
i_op_ren.c 30.9 KB