/* * (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 | 80.95% | 3 | 50.00% |
Yi Liu | 4 | 9.52% | 1 | 16.67% |
Martin Brandenburg | 3 | 7.14% | 1 | 16.67% |
Al Viro | 1 | 2.38% | 1 | 16.67% |
Total | 42 | 100.00% | 6 | 100.00% |