Loading fs/dlm/lowcomms.c +0 −1 Original line number Diff line number Diff line Loading @@ -1405,7 +1405,6 @@ static void send_to_sock(struct connection *con) if (!e) break; e = list_first_entry(&con->writequeue, struct writequeue_entry, list); len = e->len; offset = e->offset; BUG_ON(len == 0 && e->users == 0); Loading Loading
fs/dlm/lowcomms.c +0 −1 Original line number Diff line number Diff line Loading @@ -1405,7 +1405,6 @@ static void send_to_sock(struct connection *con) if (!e) break; e = list_first_entry(&con->writequeue, struct writequeue_entry, list); len = e->len; offset = e->offset; BUG_ON(len == 0 && e->users == 0); Loading