PATCH: scsi docs

From: Alan Cox (alan_at_redhat.com)
Date: 09/30/04

  • Next message: Paul Jackson: "Re: [RFC][PATCH] inotify 0.10.0"
    Date:	Thu, 30 Sep 2004 13:51:05 -0400
    To: linux-kernel@vger.kernel.org, torvalds@osdl.org, akpm@osdl.org
    
    

    People have had a long time to change and be aware of the correct return.
    Some drivers now generate the correct return too.

    diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.vanilla-2.6.9rc3/Documentation/scsi/scsi_mid_low_api.txt linux-2.6.9rc3/Documentation/scsi/scsi_mid_low_api.txt
    --- linux.vanilla-2.6.9rc3/Documentation/scsi/scsi_mid_low_api.txt 2004-09-30 16:13:07.221587568 +0100
    +++ linux-2.6.9rc3/Documentation/scsi/scsi_mid_low_api.txt 2004-09-30 16:32:22.300988808 +0100
    @@ -1091,10 +1091,6 @@
      * mid level does not recognize it, then the LLD that controls
      * the device receives the ioctl. According to recent Unix standards
      * unsupported ioctl() 'cmd' numbers should return -ENOTTY.
    - * However the mid level returns -EINVAL for unrecognized 'cmd'
    - * numbers when this function is not supplied by the driver.
    - * Unfortunately some applications expect -EINVAL and react badly
    - * when -ENOTTY is returned; stick with -EINVAL.
      *
      * Optionally defined in: LLD
      **/
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/


  • Next message: Paul Jackson: "Re: [RFC][PATCH] inotify 0.10.0"

    Relevant Pages