commit | d3c1b24c50e8b2bbc840322caf26c7eada594d21 | [log] [tgz] |
---|---|---|
author | Jiri Slaby <jslaby@suse.cz> | Sat May 01 23:52:02 2010 +0200 |
committer | Rafael J. Wysocki <rjw@sisk.pl> | Mon May 10 23:08:17 2010 +0200 |
tree | b411a494ec6328e217b9bfa5b619f5aa2003968a | |
parent | 6a727b43be8b005609e893a80af980808012cfdb [diff] |
PM / Hibernate: Snapshot cleanup Remove support of reads with offset. This means snapshot_read/write_next now does not accept count parameter. It allows to clean up the functions and snapshot handle which no longer needs to care about offsets. /dev/snapshot handler is converted to simple_{read_from,write_to}_buffer which take care of offsets. Signed-off-by: Jiri Slaby <jslaby@suse.cz> Acked-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>