On Sun, Sep 19, 2010 at 2:23 AM, Bond <[email protected]> wrote:

>
>
> On Sun, Sep 19, 2010 at 12:35 AM, Greg KH <[email protected]> wrote:
>
>> I suggest you use a tool like 'grep', 'ack', 'cgvg', 'ctags', or
>> 'cscope' for future questions like this.  They are all good at finding
>>
> I have used csope but what to search that I am not clear.
>
For example on that page
you used a function dev_info
http://www.kroah.com/linux/talks/ols_2005_driver_tutorial/mgp00010.html
I used cscope and got at least 28 lines
not sure if
struct dev_info {
        mdk_rdev_t      *rdev;
        sector_t        end_sector;
};
is the structure you are pointing to.
I have read your book LDD first 5 chapters and still reading more.
Is this dev in your presentation same as described in your book.

Reply via email to