]> git.sesse.net Git - bcachefs-tools-debian/commitdiff
Update email address
authorKent Overstreet <kent.overstreet@gmail.com>
Thu, 26 May 2022 19:40:08 +0000 (15:40 -0400)
committerKent Overstreet <kent.overstreet@gmail.com>
Thu, 26 May 2022 19:40:08 +0000 (15:40 -0400)
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>
cmd_attr.c
cmd_data.c
cmd_debug.c
cmd_device.c
cmd_format.c
cmd_key.c
cmd_migrate.c
debian/copyright

index 736554c76383f646c6194a85f301f0c70fe8e25f..9e7f56398a5e69812506f97181e5b79931a2aab5 100644 (file)
@@ -87,7 +87,7 @@ static void setattr_usage(void)
 
        bch2_opts_usage(OPT_INODE);
        puts("  -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_setattr(int argc, char *argv[])
index d78598d5abb7ce7cefa478461e24351c1195376d..160eb918b8947a6e7d265860e26e7e55f91e17af 100644 (file)
@@ -18,7 +18,7 @@ int data_usage(void)
             "  rereplicate                     Rereplicate degraded data\n"
             "  job                             Kick off low level data jobs\n"
             "\n"
-            "Report bugs to <linux-bcache@vger.kernel.org>");
+            "Report bugs to <linux-bcachefs@vger.kernel.org>");
        return 0;
 }
 
@@ -32,7 +32,7 @@ static void data_rereplicate_usage(void)
             "\n"
             "Options:\n"
             "  -h, --help                  display this help and exit\n"
-            "Report bugs to <linux-bcache@vger.kernel.org>");
+            "Report bugs to <linux-bcachefs@vger.kernel.org>");
        exit(EXIT_SUCCESS);
 }
 
@@ -77,7 +77,7 @@ static void data_job_usage(void)
             "  -s inode:offset       start position\n"
             "  -e inode:offset       end position\n"
             "  -h, --help                  display this help and exit\n"
-            "Report bugs to <linux-bcache@vger.kernel.org>");
+            "Report bugs to <linux-bcachefs@vger.kernel.org>");
        exit(EXIT_SUCCESS);
 }
 
index c2206dacdb5697ef168f365d92f92bde04869fac..5b7c85994b0d8a04c710f2ecd6326df872f5ffb6 100644 (file)
@@ -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[])
index ef2dfa14654d2a3c6d5f37f48678f611b9c5fc3c..6a552af28bcda6017f5555527d8083914dc76d1c 100644 (file)
@@ -53,7 +53,7 @@ static void device_add_usage(void)
             "  -f, --force                 Use device even if it appears to already be formatted\n"
             "  -h, --help                  Display this help and exit\n"
             "\n"
-            "Report bugs to <linux-bcache@vger.kernel.org>");
+            "Report bugs to <linux-bcachefs@vger.kernel.org>");
 }
 
 int cmd_device_add(int argc, char *argv[])
@@ -147,7 +147,7 @@ static void device_remove_usage(void)
             "  -F, --force-metadata        Force removal, even if some metadata\n"
             "                              couldn't be migrated\n"
             "  -h, --help                  display this help and exit\n"
-            "Report bugs to <linux-bcache@vger.kernel.org>");
+            "Report bugs to <linux-bcachefs@vger.kernel.org>");
        exit(EXIT_SUCCESS);
 }
 
@@ -214,7 +214,7 @@ static void device_online_usage(void)
             "Options:\n"
             "  -h, --help                  Display this help and exit\n"
             "\n"
-            "Report bugs to <linux-bcache@vger.kernel.org>");
+            "Report bugs to <linux-bcachefs@vger.kernel.org>");
 }
 
 int cmd_device_online(int argc, char *argv[])
@@ -251,7 +251,7 @@ static void device_offline_usage(void)
             "  -f, --force                 Force, if data redundancy will be degraded\n"
             "  -h, --help                  Display this help and exit\n"
             "\n"
-            "Report bugs to <linux-bcache@vger.kernel.org>");
+            "Report bugs to <linux-bcachefs@vger.kernel.org>");
 }
 
 int cmd_device_offline(int argc, char *argv[])
@@ -295,7 +295,7 @@ static void device_evacuate_usage(void)
             "Options:\n"
             "  -h, --help                  Display this help and exit\n"
             "\n"
-            "Report bugs to <linux-bcache@vger.kernel.org>");
+            "Report bugs to <linux-bcachefs@vger.kernel.org>");
 }
 
 int cmd_device_evacuate(int argc, char *argv[])
@@ -350,7 +350,7 @@ static void device_set_state_usage(void)
             "      --force-if-data-lost    Force, if data will be lost\n"
             "  -o, --offline               Set state of an offline device\n"
             "  -h, --help                  display this help and exit\n"
-            "Report bugs to <linux-bcache@vger.kernel.org>");
+            "Report bugs to <linux-bcachefs@vger.kernel.org>");
        exit(EXIT_SUCCESS);
 }
 
@@ -451,7 +451,7 @@ static void device_resize_usage(void)
             "\n"
             "Options:\n"
             "  -h, --help                  display this help and exit\n"
-            "Report bugs to <linux-bcache@vger.kernel.org>");
+            "Report bugs to <linux-bcachefs@vger.kernel.org>");
        exit(EXIT_SUCCESS);
 }
 
@@ -559,7 +559,7 @@ static void device_resize_journal_usage(void)
             "\n"
             "Options:\n"
             "  -h, --help                  display this help and exit\n"
-            "Report bugs to <linux-bcache@vger.kernel.org>");
+            "Report bugs to <linux-bcachefs@vger.kernel.org>");
        exit(EXIT_SUCCESS);
 }
 
index 5c2bc8c01a5245b8df81868002c7ea9351b7e8a8..57aa496cc305e5a2eb4caaa6b45899ea2c700e62 100644 (file)
@@ -79,7 +79,7 @@ static void usage(void)
             "Device specific options must come before corresponding devices, e.g.\n"
             "  bcachefs format --label cache /dev/sdb /dev/sdc\n"
             "\n"
-            "Report bugs to <linux-bcache@vger.kernel.org>");
+            "Report bugs to <linux-bcachefs@vger.kernel.org>");
 }
 
 enum {
@@ -289,7 +289,7 @@ static void show_super_usage(void)
             "  -f, --fields=(fields)       list of sections to print\n"
             "  -l, --layout                print superblock layout\n"
             "  -h, --help                  display this help and exit\n"
-            "Report bugs to <linux-bcache@vger.kernel.org>");
+            "Report bugs to <linux-bcachefs@vger.kernel.org>");
        exit(EXIT_SUCCESS);
 }
 
index b1d1bd029cd8419ba54882d6e436bff592417faa..63b0541cb15a038ff879d5873d9ca0f311f8636f 100644 (file)
--- a/cmd_key.c
+++ b/cmd_key.c
@@ -17,7 +17,7 @@ static void unlock_usage(void)
             "  -k (session|user|user_session)\n"
             "                         Keyring to add to (default: user)\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_unlock(int argc, char *argv[])
index a553319be2a7d500f3f132ce5003d65fd7c77187..d5b2c68356909dfac9df76e9d79bb82364f69d87 100644 (file)
@@ -641,7 +641,7 @@ static void migrate_usage(void)
             "      --no_passphrase    Don't encrypt master encryption key\n"
             "  -F                     Force, even if metadata file already exists\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 const struct option migrate_opts[] = {
@@ -799,7 +799,7 @@ static void migrate_superblock_usage(void)
             "  -d device     Device to create superblock for\n"
             "  -o offset     Offset of existing superblock\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_migrate_superblock(int argc, char *argv[])
index e6e051ba60ba2e2e57740d74718e9b2029e4ff7b..42f273a6cc6fff5c6e6243b121d87754e2f2c49a 100644 (file)
@@ -1,6 +1,6 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Contact: kmo@daterainc.com
-                  linux-bcache@vger.kernel.org
+Upstream-Contact: kent.overstreet@gmail.com
+                  linux-bcachefs@vger.kernel.org
 Source: https://evilpiepirate.org/git/bcachefs-tools.git
 
 Files: *