]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - fs/orangefs/symlink.c
Merge tag 'powerpc-4.13-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc...
[mirror_ubuntu-artful-kernel.git] / fs / orangefs / symlink.c
CommitLineData
1182fca3
MM
1/*
2 * (C) 2001 Clemson University and The University of Chicago
3 *
4 * See COPYING in top-level directory.
5 */
6
7#include "protocol.h"
575e9461
MM
8#include "orangefs-kernel.h"
9#include "orangefs-bufmap.h"
1182fca3 10
6f3fc107 11const struct inode_operations orangefs_symlink_inode_operations = {
a7d3e78a 12 .get_link = simple_get_link,
8bb8aefd
YL
13 .setattr = orangefs_setattr,
14 .getattr = orangefs_getattr,
15 .listxattr = orangefs_listxattr,
933287da 16 .permission = orangefs_permission,
1182fca3 17};