]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - fs/orangefs/symlink.c
x86/xen: Reset VCPU0 info pointer after shared_info remap
[mirror_ubuntu-artful-kernel.git] / fs / orangefs / symlink.c
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"
8 #include "orangefs-kernel.h"
9 #include "orangefs-bufmap.h"
10
11 const struct inode_operations orangefs_symlink_inode_operations = {
12 .get_link = simple_get_link,
13 .setattr = orangefs_setattr,
14 .getattr = orangefs_getattr,
15 .listxattr = orangefs_listxattr,
16 .permission = orangefs_permission,
17 };