cregit-Linux how code gets into the kernel

Release 4.14 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,
};

Overall Contributors

PersonTokensPropCommitsCommitProp
Mike Marshall3479.07%342.86%
Yi Liu49.30%114.29%
Martin Brandenburg36.98%114.29%
Al Viro12.33%114.29%
Greg Kroah-Hartman12.33%114.29%
Total43100.00%7100.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.