diff options
author | Christoph Hellwig <hch@lst.de> | 2016-09-11 10:03:03 -0400 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2016-09-14 11:18:08 -0400 |
commit | fc95db3edeaf924e9ad16592d9c1b06c730a49c9 (patch) | |
tree | 401f2c87679ce9e21cfabde10001f972572c4ded | |
parent | 3f7c624aa58f769e0313ca3310704c5d88ac99ce (diff) |
bio.h: remove a very outdated comment
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@fb.com>
-rw-r--r-- | include/linux/bio.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/bio.h b/include/linux/bio.h index 23ddf4b46a9b..e00721a2dce1 100644 --- a/include/linux/bio.h +++ b/include/linux/bio.h | |||
@@ -1,6 +1,4 @@ | |||
1 | /* | 1 | /* |
2 | * 2.5 block I/O model | ||
3 | * | ||
4 | * Copyright (C) 2001 Jens Axboe <axboe@suse.de> | 2 | * Copyright (C) 2001 Jens Axboe <axboe@suse.de> |
5 | * | 3 | * |
6 | * This program is free software; you can redistribute it and/or modify | 4 | * This program is free software; you can redistribute it and/or modify |