summaryrefslogtreecommitdiff
path: root/drivers/staging/Makefile
diff options
context:
space:
mode:
authorNitin Gupta <ngupta@vflare.org>2010-05-13 14:24:21 +0530
committerGreg Kroah-Hartman <gregkh@suse.de>2010-05-14 13:25:28 -0700
commit97a0638218fc504d645c45ff03256dc4520efa72 (patch)
tree8f525b16a03525be5fa08a754a120f8cd693d3e4 /drivers/staging/Makefile
parent3cdec5540d622e6b910a1fe91f544630a8ba8099 (diff)
Staging: ramzswap: Remove backing swap support
Currently, each ramzswap device can be assigned a separate 'backing swap' file/partition. The ramzswap driver forwards swap I/O requests to this backing swap whenever an incompressible page is found. This feature adds nearly 700 lines of code and it also duplicates much of the swapon() functionality (for example, finding swap extents and so on). Removing this code makes the driver much simpler and should help its transition from staging to stable drivers area (drivers/block/). Similar functionality may be implemented if we can implement migrating pages across swap devices but the details have not yet been worked out. Support for _partitions_ as backing swap could be retained as it requires a few lines of code only. This part can be re-introduced later if above swap migration method turns out to be infeasible. More cleanups and code comments will be added soon. Signed-off-by: Nitin Gupta <ngupta@vflare.org> Acked-by: Pekka Enberg <penberg@cs.helsinki.fi> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/Makefile')
0 files changed, 0 insertions, 0 deletions