Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • X xcap-capability-linux
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • xcap
  • xcap-capability-linux
  • Repository
Switch branch/tag
  • xcap-capability-linux
  • drivers
  • scsi
  • scsi_lib.c
Find file BlameHistoryPermalink
  • James Bottomley's avatar
    [SCSI] fix sense buffer length handling problem · e514385b
    James Bottomley authored Aug 09, 2005
    
    
    The new bio code was incorrectly converted from stack allocated to
    kmalloc'd buffer handling.  There are two places where it incorrectly
    uses sizeof(*sense) to get the size of the sense buffer.  This
    actually produces one, so no sense data was ever getting back, causing
    failure in things like disk spin up.
    
    Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
    e514385b