Skip to content

Commit

Permalink
drbd: Remove dead code
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
  • Loading branch information
Philipp Reisner committed Nov 8, 2012
1 parent 85d7351 commit 4276dea
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions drivers/block/drbd/drbd_actlog.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,6 @@ struct update_al_work {
int err;
};

struct drbd_atodb_wait {
atomic_t count;
struct completion io_done;
struct drbd_conf *mdev;
int error;
};


static int al_write_transaction(struct drbd_conf *mdev);

void *drbd_md_get_buffer(struct drbd_conf *mdev)
Expand Down

0 comments on commit 4276dea

Please sign in to comment.