<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-stable.git/drivers/ide/ide-disk_proc.c, branch linux-2.6.28.y</title>
<subtitle>Linux kernel stable tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/'/>
<entry>
<title>ide-disk: factor out generic disk handling code to ide-gd.c</title>
<updated>2008-10-17T16:09:12+00:00</updated>
<author>
<name>Bartlomiej Zolnierkiewicz</name>
<email>bzolnier@gmail.com</email>
</author>
<published>2008-10-17T16:09:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=5fef0e5c0283949f95a7891c9424a9f84448116b'/>
<id>5fef0e5c0283949f95a7891c9424a9f84448116b</id>
<content type='text'>
While at it:
- IDEDISK_VERSION -&gt; IDE_GD_VERSION
- ide_cacheflush_p() -&gt; ide_disk_flush()
- init_idedisk_capacity() -&gt; ide_disk_init_capacity()
- idedisk_set_doorlock() -&gt; ide_disk_set_doorlock()
- idedisk_setup() -&gt; ide_disk_setup()

- ide_disk_capacity() -&gt; ide_gd_capacity()
- ide_disk_remove() -&gt; ide_gd_remove()
- ide_disk_probe() -&gt; ide_gd_probe()
- ide_disk_resume() -&gt; ide_gd_resume()
- ide_device_shutdown() -&gt; ide_gd_shutdown()
- idedisk_driver -&gt; ide_gd_driver
- idedisk_open() -&gt; ide_gd_open()
- idedisk_release() -&gt; ide_gd_release()
- idedisk_getgeo() -&gt; ide_gd_getgeo()
- idedisk_media_changed() -&gt; ide_gd_media_changed()
- idedisk_revalidate_disk() -&gt; ide_gd_revalidate_disk()
- idedisk_ops -&gt; ide_gd_ops
- idedisk_init() -&gt; ide_gd_init()
- idedisk_exit() -&gt; ide_gd_exit()

There should be no functional changes caused by this patch.

Acked-by: Borislav Petkov &lt;petkovbb@gmail.com&gt;
Signed-off-by: Bartlomiej Zolnierkiewicz &lt;bzolnier@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While at it:
- IDEDISK_VERSION -&gt; IDE_GD_VERSION
- ide_cacheflush_p() -&gt; ide_disk_flush()
- init_idedisk_capacity() -&gt; ide_disk_init_capacity()
- idedisk_set_doorlock() -&gt; ide_disk_set_doorlock()
- idedisk_setup() -&gt; ide_disk_setup()

- ide_disk_capacity() -&gt; ide_gd_capacity()
- ide_disk_remove() -&gt; ide_gd_remove()
- ide_disk_probe() -&gt; ide_gd_probe()
- ide_disk_resume() -&gt; ide_gd_resume()
- ide_device_shutdown() -&gt; ide_gd_shutdown()
- idedisk_driver -&gt; ide_gd_driver
- idedisk_open() -&gt; ide_gd_open()
- idedisk_release() -&gt; ide_gd_release()
- idedisk_getgeo() -&gt; ide_gd_getgeo()
- idedisk_media_changed() -&gt; ide_gd_media_changed()
- idedisk_revalidate_disk() -&gt; ide_gd_revalidate_disk()
- idedisk_ops -&gt; ide_gd_ops
- idedisk_init() -&gt; ide_gd_init()
- idedisk_exit() -&gt; ide_gd_exit()

There should be no functional changes caused by this patch.

Acked-by: Borislav Petkov &lt;petkovbb@gmail.com&gt;
Signed-off-by: Bartlomiej Zolnierkiewicz &lt;bzolnier@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ide-disk: move /proc handling to ide-disk_proc.c (take 3)</title>
<updated>2008-10-13T19:39:45+00:00</updated>
<author>
<name>Bartlomiej Zolnierkiewicz</name>
<email>bzolnier@gmail.com</email>
</author>
<published>2008-10-13T19:39:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=06b89518fa69fb7243dc98c31f9a9cfa61bfe788'/>
<id>06b89518fa69fb7243dc98c31f9a9cfa61bfe788</id>
<content type='text'>
While at it:
- idedisk_capacity() -&gt; ide_disk_capacity()
- idedisk_proc[] -&gt; ide_disk_proc[]
- idedisk_settings[] -&gt; ide_disk_settings[]

v2/3:
Build fix for CONFIG_IDE_PROC_FS=n from Elias Oltmanns.

Signed-off-by: Bartlomiej Zolnierkiewicz &lt;bzolnier@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While at it:
- idedisk_capacity() -&gt; ide_disk_capacity()
- idedisk_proc[] -&gt; ide_disk_proc[]
- idedisk_settings[] -&gt; ide_disk_settings[]

v2/3:
Build fix for CONFIG_IDE_PROC_FS=n from Elias Oltmanns.

Signed-off-by: Bartlomiej Zolnierkiewicz &lt;bzolnier@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
