cregit-Linux how code gets into the kernel

Release 4.10 fs/jffs2/symlink.c

Directory: fs/jffs2
/*
 * 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 =
{
	.get_link =	simple_get_link,
	.setattr =	jffs2_setattr,
	.listxattr =	jffs2_listxattr,
};

Overall Contributors

PersonTokensPropCommitsCommitProp
linus torvaldslinus torvalds1038.46%112.50%
kaigai koheikaigai kohei519.23%112.50%
david woodhousedavid woodhouse519.23%225.00%
al viroal viro415.38%225.00%
andreas gruenbacherandreas gruenbacher13.85%112.50%
arjan van de venarjan van de ven13.85%112.50%
Total26100.00%8100.00%
Directory: fs/jffs2
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.