diff options
| author | Alexander Viro <viro@math.psu.edu> | 2002-04-30 19:57:27 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-04-30 19:57:27 -0700 |
| commit | afe7e3a9ca94ee382069297e64bb293bb2dd4956 (patch) | |
| tree | 5df23080f60913ff51a5fa63a0f11e72900b09ad /include/linux/swap.h | |
| parent | afae6f7c365789d7751133f09324aa00bd5b595d (diff) | |
[PATCH] (1/6) blksize_size[] removal
- preliminary cleanups: make sure that swapoff restores original block
size, kill set_blocksize() (and use of __bread()) in multipath.c,
reorder opening device and finding its block size in mtdblock.c.
Diffstat (limited to 'include/linux/swap.h')
| -rw-r--r-- | include/linux/swap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/swap.h b/include/linux/swap.h index 91e1970277c5..c234a654e125 100644 --- a/include/linux/swap.h +++ b/include/linux/swap.h @@ -79,6 +79,7 @@ struct swap_info_struct { unsigned int flags; spinlock_t sdev_lock; struct file *swap_file; + unsigned old_block_size; unsigned short * swap_map; unsigned int lowest_bit; unsigned int highest_bit; |
