]> git.pld-linux.org Git - packages/lin_tape.git/commitdiff
- this is actually 5.10?
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 3 May 2021 20:35:57 +0000 (22:35 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 3 May 2021 20:35:57 +0000 (22:35 +0200)
kernel-5.12.patch

index bec0408ea31724ae3ce92bf5b096ad13b4859ee1..1d6371a02ba12e499c5d615322d2544a07602665 100644 (file)
@@ -5,7 +5,7 @@ diff -ur lin_tape-3.0.56/lin_tape_ioctl_tape.c lin_tape-3.0.56-5.12/lin_tape_ioc
        srq->retries = 0;
  #endif
        req->timeout = timeout;
-+#if LINUX_VERSION_CODE < KERNEL_VERSION(5,12,0)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,10,0)
        blk_execute_rq(req->q, NULL, req, 1);
 +#else
 +      blk_execute_rq(NULL, req, 1);
@@ -29,7 +29,7 @@ diff -ur lin_tape-3.0.56/lin_tape_scsi_config.h lin_tape-3.0.56-5.12/lin_tape_sc
  {
        return single_open(file, tape_read_proc, NULL);
  }
-+#if LINUX_VERSION_CODE < KERNEL_VERSION(5,12,0)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,10,0)
  static struct file_operations tape_proc_ops = {
      .owner   = THIS_MODULE,
      .open    = tape_open_proc,
@@ -52,7 +52,7 @@ diff -ur lin_tape-3.0.56/lin_tape_scsi_config.h lin_tape-3.0.56-5.12/lin_tape_sc
  {
        return single_open(file, changer_read_proc, NULL);
  }
-+#if LINUX_VERSION_CODE < KERNEL_VERSION(5,12,0)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,10,0)
  static struct file_operations changer_proc_ops = {
      .owner   = THIS_MODULE,
      .open    = changer_open_proc,
@@ -75,7 +75,7 @@ diff -ur lin_tape-3.0.56/lin_tape_scsi_config.h lin_tape-3.0.56-5.12/lin_tape_sc
  {
        return single_open(file, status_read_proc, NULL);
  }
-+#if LINUX_VERSION_CODE < KERNEL_VERSION(5,12,0)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,10,0)
  static struct file_operations status_proc_ops = {
      .owner   = THIS_MODULE,
      .open    = status_open_proc,
@@ -101,7 +101,7 @@ diff -ur lin_tape-3.0.56/lower.c lin_tape-3.0.56-5.12/lower.c
        rq->timeout = pfo_cmd->timeout;
        rq->end_io_data = pfo_cmd;
  
-+#if LINUX_VERSION_CODE < KERNEL_VERSION(5,12,0)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,10,0)
        blk_execute_rq(rq->q, NULL, rq, 1);
 +#else
 +      blk_execute_rq(NULL, rq, 1);
This page took 0.108476 seconds and 4 git commands to generate.