/* * JFFS2 -- Journalling Flash File System, Version 2. * * Copyright © 2001-2007 Red Hat, Inc. * * Created by David Woodhouse <dwmw2@infradead.org> * * For licensing information, see the file 'LICENCE' in this directory. * */ #include "nodelist.h" const struct inode_operations jffs2_symlink_inode_operations = { .readlink = generic_readlink, .get_link = simple_get_link, .setattr = jffs2_setattr, .listxattr = jffs2_listxattr, };Overall Contributors
Person | Tokens | Prop | Commits | CommitProp | |
linus torvalds | linus torvalds | 12 | 38.71% | 1 | 12.50% |
david woodhouse | david woodhouse | 7 | 22.58% | 2 | 25.00% |
kaigai kohei | kaigai kohei | 5 | 16.13% | 1 | 12.50% |
al viro | al viro | 5 | 16.13% | 2 | 25.00% |
arjan van de ven | arjan van de ven | 1 | 3.23% | 1 | 12.50% |
andreas gruenbacher | andreas gruenbacher | 1 | 3.23% | 1 | 12.50% |
Total | 31 | 100.00% | 8 | 100.00% |