]> Git Repo - linux.git/blobdiff - mm/swap_state.c
m68k: vmlinux-std/sun3.lds.S cleanup - use PAGE_SIZE macro
[linux.git] / mm / swap_state.c
index 50757ee3f9f3ee243ad23df60ae56a923bb0e64e..d8aadaf2a0baa5e87aff579039323585add00952 100644 (file)
@@ -33,7 +33,7 @@ static const struct address_space_operations swap_aops = {
 };
 
 static struct backing_dev_info swap_backing_dev_info = {
-       .capabilities   = BDI_CAP_NO_ACCT_DIRTY | BDI_CAP_NO_WRITEBACK,
+       .capabilities   = BDI_CAP_NO_ACCT_AND_WRITEBACK,
        .unplug_io_fn   = swap_unplug_io_fn,
 };
 
This page took 0.030164 seconds and 4 git commands to generate.