On Sun, Sep 19, 2010 at 2:23 AM, Bond <jamesbond.2k.g@xxxxxxxxx> wrote:
For example on that pageOn Sun, Sep 19, 2010 at 12:35 AM, Greg KH <greg@xxxxxxxxx> wrote:I suggest you use a tool like 'grep', 'ack', 'cgvg', 'ctags', or'cscope' for future questions like this. �They are all good at findingI have used csope but what to search that I am not clear.�
you used a function dev_info
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.