diff options
author | Chris Mason <chris.mason@oracle.com> | 2008-04-21 10:03:05 -0400 |
---|---|---|
committer | Chris Mason <chris.mason@oracle.com> | 2008-09-25 11:04:02 -0400 |
commit | f2d8d74d7874f8f81222363cd6459a365796e35a (patch) | |
tree | 2d081c85d9e88006f084cc17fc1ffa262b885e37 /fs/btrfs/volumes.h | |
parent | 4ef64eae288a3644d1f8b748eb075426701e96d1 (diff) |
Btrfs: Make an unplug function that doesn't unplug every spindle
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/volumes.h')
-rw-r--r-- | fs/btrfs/volumes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/btrfs/volumes.h b/fs/btrfs/volumes.h index f9cae3072171..dfe7e8a9507c 100644 --- a/fs/btrfs/volumes.h +++ b/fs/btrfs/volumes.h | |||
@@ -119,4 +119,6 @@ int btrfs_add_device(struct btrfs_trans_handle *trans, | |||
119 | struct btrfs_device *device); | 119 | struct btrfs_device *device); |
120 | int btrfs_cleanup_fs_uuids(void); | 120 | int btrfs_cleanup_fs_uuids(void); |
121 | int btrfs_num_copies(struct btrfs_mapping_tree *map_tree, u64 logical, u64 len); | 121 | int btrfs_num_copies(struct btrfs_mapping_tree *map_tree, u64 logical, u64 len); |
122 | int btrfs_unplug_page(struct btrfs_mapping_tree *map_tree, | ||
123 | u64 logical, struct page *page); | ||
122 | #endif | 124 | #endif |