summaryrefslogtreecommitdiff
path: root/cmd_debug.c
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2022-05-26 15:40:08 -0400
committerKent Overstreet <kent.overstreet@gmail.com>2022-05-26 15:40:08 -0400
commit62839683e80c023761205d6cbefc4518b1ecec1d (patch)
tree15fd49c18fe68c88551386294493e35901cfd78b /cmd_debug.c
parent8cc7d4928198f843fa6d790a615405140fc992d3 (diff)
Update email address
This changes linux-bcache@vger.kernel.org references to the correct mailing list (linux-bcachefs@vger.kernel.org). Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
Diffstat (limited to 'cmd_debug.c')
-rw-r--r--cmd_debug.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/cmd_debug.c b/cmd_debug.c
index c2206dac..5b7c8599 100644
--- a/cmd_debug.c
+++ b/cmd_debug.c
@@ -31,7 +31,7 @@ static void dump_usage(void)
" -f Force; overwrite when needed\n"
" -j Dump entire journal, not just dirty entries\n"
" -h Display this help and exit\n"
- "Report bugs to <linux-bcache@vger.kernel.org>");
+ "Report bugs to <linux-bcachefs@vger.kernel.org>");
}
static void dump_one_device(struct bch_fs *c, struct bch_dev *ca, int fd,
@@ -456,7 +456,7 @@ static void list_keys_usage(void)
" -f Check (fsck) the filesystem first\n"
" -v Verbose mode\n"
" -h Display this help and exit\n"
- "Report bugs to <linux-bcache@vger.kernel.org>");
+ "Report bugs to <linux-bcachefs@vger.kernel.org>");
}
#define LIST_MODES() \
@@ -580,7 +580,7 @@ static void list_journal_usage(void)
" -a Read entire journal, not just dirty entries\n"
" -n Number of journal entries to print, starting from the most recent\n"
" -h Display this help and exit\n"
- "Report bugs to <linux-bcache@vger.kernel.org>");
+ "Report bugs to <linux-bcachefs@vger.kernel.org>");
}
static void star_start_of_lines(char *buf)
@@ -701,7 +701,7 @@ static void kill_btree_node_usage(void)
" -l level Levle to delete from (0 == leaves)\n"
" -i index Index of btree node to kill\n"
" -h Display this help and exit\n"
- "Report bugs to <linux-bcache@vger.kernel.org>");
+ "Report bugs to <linux-bcachefs@vger.kernel.org>");
}
int cmd_kill_btree_node(int argc, char *argv[])