···307307308308static void btrfs_put_super(struct super_block *sb)309309{310310- (void)close_ctree(btrfs_sb(sb)->tree_root);311311- /* FIXME: need to fix VFS to return error? */312312- /* AV: return it _where_? ->put_super() can be triggered by any number313313- * of async events, up to and including delivery of SIGKILL to the314314- * last process that kept it busy. Or segfault in the aforementioned315315- * process... Whom would you report that to?316316- */310310+ close_ctree(btrfs_sb(sb)->tree_root);317311}318312319313enum {