blob: db107fe91ab398462f23622ea5bcf6ddd3151458 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001// SPDX-License-Identifier: GPL-2.0
Mike Marshall1182fca2015-07-17 10:38:15 -04002/*
3 * (C) 2001 Clemson University and The University of Chicago
4 *
5 * See COPYING in top-level directory.
6 */
7
8#include "protocol.h"
Mike Marshall575e9462015-12-04 12:56:14 -05009#include "orangefs-kernel.h"
10#include "orangefs-bufmap.h"
Mike Marshall1182fca2015-07-17 10:38:15 -040011
Al Viro6f3fc102016-05-14 18:46:32 -040012const struct inode_operations orangefs_symlink_inode_operations = {
Mike Marshalla7d3e782016-03-14 15:30:03 -040013 .get_link = simple_get_link,
Yi Liu8bb8aef2015-11-24 15:12:14 -050014 .setattr = orangefs_setattr,
15 .getattr = orangefs_getattr,
16 .listxattr = orangefs_listxattr,
Martin Brandenburg933287d2016-01-30 13:46:54 -050017 .permission = orangefs_permission,
Martin Brandenburga55f2d82017-11-07 15:01:40 -050018 .update_time = orangefs_update_time,
Mike Marshall1182fca2015-07-17 10:38:15 -040019};