aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/power/block_io.c
Commit message (Collapse)AuthorAge
* PM / Hibernate: Fix block_io.c printk warningRandy Dunlap2010-05-10
| | | | | | | | | Fix printk format warning in block_io.c: kernel/power/block_io.c:41: warning: format '%ld' expects type 'long int', but argument 2 has type 'sector_t' Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
* PM / Hibernate: Separate block_ioJiri Slaby2010-05-10
Move block I/O operations to a separate file. It is because it will be used later not only by the swap writer. Signed-off-by: Jiri Slaby <jslaby@suse.cz> Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>