• Alexander Viro's avatar
    [PATCH] hpfs: clean up lock ordering · fde48def
    Alexander Viro authored
    	hpfs_{lock,unlock}_{2,3}inodes() killed; all places that take more than
    one lock have ->i_sem held by VFS on all inodes involved and all hpfs per-inode
    locks are of the same type.  IOW, we can replace these guys with multiple
    hpfs_lock_inode() - order doesn't matter here.
    fde48def
buffer.c 4.5 KB