summaryrefslogtreecommitdiffstats
path: root/fs/isofs
diff options
context:
space:
mode:
authorMatthew Wilcox <willy@infradead.org>2018-06-16 17:32:07 -0400
committerMatthew Wilcox <willy@infradead.org>2018-09-29 22:47:48 -0400
commit3d0186bb068e6cc6c23dc1d2f0b1cf64894c40ea (patch)
tree46d864fb986c06a511f3a95362710ba3d1200add /fs/isofs
parent291d0e5d81e101392379217b06251fe8c27f1f80 (diff)
downloadlinux-3d0186bb068e6cc6c23dc1d2f0b1cf64894c40ea.tar.bz2
Update email address
Redirect some older email addresses that are in the git logs. Signed-off-by: Matthew Wilcox <willy@infradead.org>
Diffstat (limited to 'fs/isofs')
-rw-r--r--fs/isofs/dir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/isofs/dir.c b/fs/isofs/dir.c
index 947ce22f5b3c..f0fe641893a5 100644
--- a/fs/isofs/dir.c
+++ b/fs/isofs/dir.c
@@ -46,7 +46,7 @@ int isofs_name_translate(struct iso_directory_record *de, char *new, struct inod
return i;
}
-/* Acorn extensions written by Matthew Wilcox <willy@bofh.ai> 1998 */
+/* Acorn extensions written by Matthew Wilcox <willy@infradead.org> 1998 */
int get_acorn_filename(struct iso_directory_record *de,
char *retname, struct inode *inode)
{