cregit-Linux how code gets into the kernel

Release 4.16 fs/orangefs/symlink.c

Directory: fs/orangefs
// SPDX-License-Identifier: GPL-2.0
/*
 * (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,
	.update_time = orangefs_update_time,
};

Overall Contributors

PersonTokensPropCommitsCommitProp
Mike Marshall3470.83%337.50%
Martin Brandenburg816.67%225.00%
Yi Liu48.33%112.50%
Al Viro12.08%112.50%
Greg Kroah-Hartman12.08%112.50%
Total48100.00%8100.00%
Directory: fs/orangefs
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.