|
@@ -146,6 +146,7 @@ enum {
|
|
SWP_DISCARDING = (1 << 3), /* now discarding a free cluster */
|
|
SWP_DISCARDING = (1 << 3), /* now discarding a free cluster */
|
|
SWP_SOLIDSTATE = (1 << 4), /* blkdev seeks are cheap */
|
|
SWP_SOLIDSTATE = (1 << 4), /* blkdev seeks are cheap */
|
|
SWP_CONTINUED = (1 << 5), /* swap_map has count continuation */
|
|
SWP_CONTINUED = (1 << 5), /* swap_map has count continuation */
|
|
|
|
+ SWP_BLKDEV = (1 << 6), /* its a block device */
|
|
/* add others here before... */
|
|
/* add others here before... */
|
|
SWP_SCANNING = (1 << 8), /* refcount in scan_swap_map */
|
|
SWP_SCANNING = (1 << 8), /* refcount in scan_swap_map */
|
|
};
|
|
};
|