taglinefilesource code
recursion_depth311kernel/blk_drv/scsi/seagate.cstatic int recursion_depth = 0;
recursion_depth325kernel/blk_drv/scsi/seagate.cif(recursion_depth) {
recursion_depth328kernel/blk_drv/scsi/seagate.crecursion_depth++;
recursion_depth340kernel/blk_drv/scsi/seagate.crecursion_depth--;