diff options
author | Matthew Wilcox <willy@infradead.org> | 2018-06-16 23:32:07 +0200 |
---|---|---|
committer | Matthew Wilcox <willy@infradead.org> | 2018-09-30 04:47:48 +0200 |
commit | 3d0186bb068e6cc6c23dc1d2f0b1cf64894c40ea (patch) | |
tree | 46d864fb986c06a511f3a95362710ba3d1200add /fs/isofs | |
parent | Merge tag 'for-linus-20180929' of git://git.kernel.dk/linux-block (diff) | |
download | linux-3d0186bb068e6cc6c23dc1d2f0b1cf64894c40ea.tar.xz linux-3d0186bb068e6cc6c23dc1d2f0b1cf64894c40ea.zip |
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.c | 2 |
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) { |