// SPDX-License-Identifier: GPL-2.0 /* * (C) 2001 Clemson University and The University of Chicago * * See COPYING in top-level directory. */ #include "protocol.h" #include "orangefs-kernel.h" #include "orangefs-bufmap.h" const struct inode_operations orangefs_symlink_inode_operations = { .get_link = simple_get_link, .setattr = orangefs_setattr, .getattr = orangefs_getattr, .listxattr = orangefs_listxattr, .permission = orangefs_permission, };Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
| Mike Marshall | 34 | 79.07% | 3 | 42.86% |
| Yi Liu | 4 | 9.30% | 1 | 14.29% |
| Martin Brandenburg | 3 | 6.98% | 1 | 14.29% |
| Al Viro | 1 | 2.33% | 1 | 14.29% |
| Greg Kroah-Hartman | 1 | 2.33% | 1 | 14.29% |
| Total | 43 | 100.00% | 7 | 100.00% |