cregit-Linux how code gets into the kernel

Release 4.10 fs/orangefs/symlink.c

Directory: fs/orangefs
/*
 * (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

PersonTokensPropCommitsCommitProp
mike marshallmike marshall3480.95%350.00%
yi liuyi liu49.52%116.67%
martin brandenburgmartin brandenburg37.14%116.67%
al viroal viro12.38%116.67%
Total42100.00%6100.00%
Directory: fs/orangefs
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.