Commit e7883433 authored by Miles Bader's avatar Miles Bader Committed by Linus Torvalds

[PATCH] Remove duplicate safe_for_read(READ_BUFFER) entry in scsi_ioctl.c

Signed-off-by: default avatarMiles Bader <miles@gnu.org>
Cc: James Bottomley <James.Bottomley@steeleye.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 431738f0
......@@ -130,7 +130,6 @@ static int verify_command(struct file *file, unsigned char *cmd)
safe_for_read(START_STOP),
safe_for_read(GPCMD_VERIFY_10),
safe_for_read(VERIFY_16),
safe_for_read(READ_BUFFER),
/* Audio CD commands */
safe_for_read(GPCMD_PLAY_CD),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment