Hey sluggers,
why is this happening to me? I'm booting off a redhat boot.img from 6.2
It gives me the above error.. I've found the code that makes it happen...
what does it mean?

#define INIT_REQUEST \
        if (!CURRENT) {\
                CLEAR_INTR; \
                return; \
        } \
        if (MAJOR(CURRENT->rq_dev) != MAJOR_NR) \
                panic(DEVICE_NAME ": request list destroyed"); \
        if (CURRENT->bh) { \
                if (!buffer_locked(CURRENT->bh)) \
                        panic(DEVICE_NAME ": block not locked"); \
        }

Thats the code but what does it mean? What is wrong here?

thanks,

dave

______________________________
solutionsFirst.net Consulting
http://solutionsfirst.net
Ph: (02) 9413 9604
Fax: (02) 9413 9719
Mob: 0413 022 143



-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to