diff options
author | Jens Axboe <axboe@kernel.dk> | 2017-08-25 20:53:15 +0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2017-08-25 20:53:15 +0200 |
commit | 231b3db18d4be74e8b199916911c2c16db1790de (patch) | |
tree | 67568319abe9f06259c9d86792ffe44e591a70c4 | |
parent | block: update comments to reflect REQ_FLUSH -> REQ_PREFLUSH rename (diff) | |
download | linux-231b3db18d4be74e8b199916911c2c16db1790de.tar.xz linux-231b3db18d4be74e8b199916911c2c16db1790de.zip |
null_blk: update email adress
Update to a working one, the fusionio address hasn't been valid
in 4 years.
Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rw-r--r-- | drivers/block/null_blk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/null_blk.c b/drivers/block/null_blk.c index 2032360abee6..70b17db8c21f 100644 --- a/drivers/block/null_blk.c +++ b/drivers/block/null_blk.c @@ -2044,5 +2044,5 @@ static void __exit null_exit(void) module_init(null_init); module_exit(null_exit); -MODULE_AUTHOR("Jens Axboe <jaxboe@fusionio.com>"); +MODULE_AUTHOR("Jens Axboe <axboe@kernel.dk>"); MODULE_LICENSE("GPL"); |