Skip to content

Commit

Permalink
loop.h build fix
Browse files Browse the repository at this point in the history
include/linux/loop.h:66: error: expected specifier-qualifier-list before 'request_queue_t'

Cc: Sebastian Siewior <sebastian@breakpoint.cc>
Cc: Jens Axboe <jens.axboe@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Arnd Bergmann authored and Linus Torvalds committed Jul 24, 2007
1 parent 5ab3ee7 commit 01e457c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/loop.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ struct loop_device {
struct task_struct *lo_thread;
wait_queue_head_t lo_event;

request_queue_t *lo_queue;
struct request_queue *lo_queue;
struct gendisk *lo_disk;
struct list_head lo_list;
};
Expand Down

0 comments on commit 01e457c

Please sign in to comment.