/* * (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 = { .readlink = generic_readlink, .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 | mike marshall | 39 | 82.98% | 3 | 50.00% |
yi liu | yi liu | 4 | 8.51% | 1 | 16.67% |
martin brandenburg | martin brandenburg | 3 | 6.38% | 1 | 16.67% |
al viro | al viro | 1 | 2.13% | 1 | 16.67% |
Total | 47 | 100.00% | 6 | 100.00% |