Merge tag 'for-4.21/block-20190102' of git://git.kernel.dk/linux-block
[sfrench/cifs-2.6.git] / drivers / block / drbd / drbd_debugfs.c
index 5d5e8d6a8a56bb30a6ff4cc2afb71f36910ca58f..f13b48ff5f43223bf6ea20584eb260fd8e995696 100644 (file)
@@ -237,6 +237,8 @@ static void seq_print_peer_request_flags(struct seq_file *m, struct drbd_peer_re
        seq_print_rq_state_bit(m, f & EE_CALL_AL_COMPLETE_IO, &sep, "in-AL");
        seq_print_rq_state_bit(m, f & EE_SEND_WRITE_ACK, &sep, "C");
        seq_print_rq_state_bit(m, f & EE_MAY_SET_IN_SYNC, &sep, "set-in-sync");
+       seq_print_rq_state_bit(m, f & EE_TRIM, &sep, "trim");
+       seq_print_rq_state_bit(m, f & EE_ZEROOUT, &sep, "zero-out");
        seq_print_rq_state_bit(m, f & EE_WRITE_SAME, &sep, "write-same");
        seq_putc(m, '\n');
 }