blob: 02b1bbdbcc42feef7e88af3b6cf5bdb4ff2dba66 [file] [log] [blame]
Mike Marshall1182fca2015-07-17 10:38:15 -04001/*
2 * (C) 2001 Clemson University and The University of Chicago
3 *
4 * See COPYING in top-level directory.
5 */
6
7#include "protocol.h"
Mike Marshall575e9462015-12-04 12:56:14 -05008#include "orangefs-kernel.h"
9#include "orangefs-bufmap.h"
Mike Marshall1182fca2015-07-17 10:38:15 -040010
Al Viro6f3fc102016-05-14 18:46:32 -040011const struct inode_operations orangefs_symlink_inode_operations = {
Mike Marshalla7d3e782016-03-14 15:30:03 -040012 .get_link = simple_get_link,
Yi Liu8bb8aef2015-11-24 15:12:14 -050013 .setattr = orangefs_setattr,
14 .getattr = orangefs_getattr,
15 .listxattr = orangefs_listxattr,
Martin Brandenburg933287d2016-01-30 13:46:54 -050016 .permission = orangefs_permission,
Mike Marshall1182fca2015-07-17 10:38:15 -040017};