Skip to content

Commit

Permalink
drbd: Remove unused 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 4276dea commit c4e7afd
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions drivers/block/drbd/drbd_nl.c
Original file line number Diff line number Diff line change
Expand Up @@ -2388,15 +2388,6 @@ int drbd_adm_invalidate(struct sk_buff *skb, struct genl_info *info)
return 0;
}

static int drbd_bmio_set_susp_al(struct drbd_conf *mdev)
{
int rv;

rv = drbd_bmio_set_n_write(mdev);
drbd_suspend_al(mdev);
return rv;
}

static int drbd_adm_simple_request_state(struct sk_buff *skb, struct genl_info *info,
union drbd_state mask, union drbd_state val)
{
Expand Down

0 comments on commit c4e7afd

Please sign in to comment.