summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlexander Viro <viro@math.psu.edu>2002-03-04 22:56:52 -0800
committerLinus Torvalds <torvalds@penguin.transmeta.com>2002-03-04 22:56:52 -0800
commit246998f16482da4b46407a8d0c768c4b76b4e343 (patch)
tree39bf8942262b33e1567574ffc6686ced55e77260 /include
parent75e9c9e1bffbe4a1767172855296b94ccba28f71 (diff)
[PATCH] Remove SWP_BLOCKDEV
Below is a followup to bd_claim patch - it is the last one from the current series. Removes SWP_BLOCKDEV flag - it isn't needed anymore.
Diffstat (limited to 'include')
-rw-r--r--include/linux/swap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/swap.h b/include/linux/swap.h
index 45a65b97460f..824a928d5c37 100644
--- a/include/linux/swap.h
+++ b/include/linux/swap.h
@@ -64,7 +64,6 @@ typedef struct {
enum {
SWP_USED = (1 << 0), /* is slot in swap_info[] used? */
SWP_WRITEOK = (1 << 1), /* ok to write to this swap? */
- SWP_BLOCKDEV = (1 << 2), /* is this swap a block device? */
SWP_ACTIVE = (SWP_USED | SWP_WRITEOK),
};