data.c (3b5d1afd1f13bcab85eaa28223ad396694f929e3) | data.c (592e7cd00bb9d48742ff402b74b79244e4a765dd) |
---|---|
1// SPDX-License-Identifier: GPL-2.0-only 2/* 3 * Copyright (C) 2017-2018 HUAWEI, Inc. | 1// SPDX-License-Identifier: GPL-2.0-only 2/* 3 * Copyright (C) 2017-2018 HUAWEI, Inc. |
4 * http://www.huawei.com/ | 4 * https://www.huawei.com/ |
5 * Created by Gao Xiang <gaoxiang25@huawei.com> 6 */ 7#include "internal.h" 8#include <linux/prefetch.h> 9 10#include <trace/events/erofs.h> 11 12static void erofs_readendio(struct bio *bio) --- 341 unchanged lines hidden --- | 5 * Created by Gao Xiang <gaoxiang25@huawei.com> 6 */ 7#include "internal.h" 8#include <linux/prefetch.h> 9 10#include <trace/events/erofs.h> 11 12static void erofs_readendio(struct bio *bio) --- 341 unchanged lines hidden --- |