f2fs: Provide a splice-read wrapper
[linux-block.git] / fs / orangefs / symlink.c
CommitLineData
b2441318 1// SPDX-License-Identifier: GPL-2.0
1182fca3
MM
2/*
3 * (C) 2001 Clemson University and The University of Chicago
4 *
5 * See COPYING in top-level directory.
6 */
7
8#include "protocol.h"
575e9461
MM
9#include "orangefs-kernel.h"
10#include "orangefs-bufmap.h"
1182fca3 11
6f3fc107 12const struct inode_operations orangefs_symlink_inode_operations = {
a7d3e78a 13 .get_link = simple_get_link,
8bb8aefd
YL
14 .setattr = orangefs_setattr,
15 .getattr = orangefs_getattr,
16 .listxattr = orangefs_listxattr,
933287da 17 .permission = orangefs_permission,
a55f2d86 18 .update_time = orangefs_update_time,
1182fca3 19};