diff options
Diffstat (limited to 'fs/btrfs/volumes.c')
-rw-r--r-- | fs/btrfs/volumes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/volumes.c b/fs/btrfs/volumes.c index 0066cff077ce..b4660c413c73 100644 --- a/fs/btrfs/volumes.c +++ b/fs/btrfs/volumes.c | |||
@@ -440,7 +440,7 @@ done: | |||
440 | blk_finish_plug(&plug); | 440 | blk_finish_plug(&plug); |
441 | } | 441 | } |
442 | 442 | ||
443 | static void pending_bios_fn(struct btrfs_work_struct *work) | 443 | static void pending_bios_fn(struct btrfs_work *work) |
444 | { | 444 | { |
445 | struct btrfs_device *device; | 445 | struct btrfs_device *device; |
446 | 446 | ||