Details
-
Bug
-
Resolution: Fixed
-
Trivial
-
None
-
3
-
9223372036854775807
Description
In ll_rw_extents_stats_pp_seq_show() we have this bit of code:
seq_puts(seq, "disabled\n write anything in this file to activate, then 0 or \[D/d]isabled\" to deactivate\n");
Clearly there's a quotation mark missing, since [ is not really a widely used escape.