inode.c (3b5d1afd1f13bcab85eaa28223ad396694f929e3) inode.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 "xattr.h"
8
9#include <trace/events/erofs.h>
10
11/* no locking */
12static int erofs_read_inode(struct inode *inode, void *data)

--- 319 unchanged lines hidden ---
5 * Created by Gao Xiang <gaoxiang25@huawei.com>
6 */
7#include "xattr.h"
8
9#include <trace/events/erofs.h>
10
11/* no locking */
12static int erofs_read_inode(struct inode *inode, void *data)

--- 319 unchanged lines hidden ---