Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=01e457cfcd5b6b6f18d0bb8cec0c5d43df56557e
Commit:     01e457cfcd5b6b6f18d0bb8cec0c5d43df56557e
Parent:     5ab3ee7b1cd5c91eb2272764f9d7d1fe4749681e
Author:     Arnd Bergmann <[EMAIL PROTECTED]>
AuthorDate: Mon Jul 23 18:44:00 2007 -0700
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Tue Jul 24 12:24:59 2007 -0700

    loop.h build fix
    
    include/linux/loop.h:66: error: expected specifier-qualifier-list before 
'request_queue_t'
    
    Cc: Sebastian Siewior <[EMAIL PROTECTED]>
    Cc: Jens Axboe <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 include/linux/loop.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/linux/loop.h b/include/linux/loop.h
index 0b99b31..26a0a10 100644
--- a/include/linux/loop.h
+++ b/include/linux/loop.h
@@ -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;
 };
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to