Skip to content

Commit

Permalink
ceph: remove unaccessible code
Browse files Browse the repository at this point in the history
Signed-off-by: Yehuda Sadeh <yehuda@hq.newdream.net>
  • Loading branch information
Yehuda Sadeh authored and Sage Weil committed Dec 22, 2009
1 parent 06edf04 commit 169e16c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions fs/ceph/messenger.c
Original file line number Diff line number Diff line change
Expand Up @@ -1531,10 +1531,6 @@ static int try_write(struct ceph_connection *con)
ret = write_partial_kvec(con);
if (ret <= 0)
goto done;
if (ret < 0) {
dout("try_write write_partial_kvec err %d\n", ret);
goto done;
}
}

/* msg pages? */
Expand Down

0 comments on commit 169e16c

Please sign in to comment.