diff options
author | Mike Snitzer <snitzer@kernel.org> | 2024-02-07 21:51:24 +0100 |
---|---|---|
committer | Mike Snitzer <snitzer@kernel.org> | 2024-02-20 20:22:55 +0100 |
commit | fa34e5893ff2d5b0174c124a29e1be6d0426a169 (patch) | |
tree | 5886d1b7e776b77a4f6d47a165bc445a66e4cbb0 /drivers/md/dm-bufio.c | |
parent | dm ioctl: update DM_DRIVER_EMAIL to new dm-devel mailing list (diff) | |
download | linux-fa34e5893ff2d5b0174c124a29e1be6d0426a169.tar.xz linux-fa34e5893ff2d5b0174c124a29e1be6d0426a169.zip |
dm: update relevant MODULE_AUTHOR entries to latest dm-devel mailing list
Signed-off-by: Mike Snitzer <snitzer@kernel.org>
Diffstat (limited to 'drivers/md/dm-bufio.c')
-rw-r--r-- | drivers/md/dm-bufio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-bufio.c b/drivers/md/dm-bufio.c index dad75b8d0b55..098bf526136c 100644 --- a/drivers/md/dm-bufio.c +++ b/drivers/md/dm-bufio.c @@ -2998,6 +2998,6 @@ MODULE_PARM_DESC(allocated_vmalloc_bytes, "Memory allocated with vmalloc"); module_param_named(current_allocated_bytes, dm_bufio_current_allocated, ulong, 0444); MODULE_PARM_DESC(current_allocated_bytes, "Memory currently used by the cache"); -MODULE_AUTHOR("Mikulas Patocka <dm-devel@redhat.com>"); +MODULE_AUTHOR("Mikulas Patocka <dm-devel@lists.linux.dev>"); MODULE_DESCRIPTION(DM_NAME " buffered I/O library"); MODULE_LICENSE("GPL"); |