• A
    fix the deadlock in qib_fs · 971b2e8a
    Al Viro 提交于
    get_sb_single() calls fill_super with superblock locked; calling
    deactivate_super() will deadlock immedately.  Moreover, if fill_super
    callback returns an error, get_sb_single() will release the reference
    to superblock itself just fine.
    Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
    971b2e8a
qib_fs.c 14.3 KB