cregit-Linux how code gets into the kernel

Release 4.12 include/linux/ceph/types.h

#ifndef _FS_CEPH_TYPES_H

#define _FS_CEPH_TYPES_H

/* needed before including ceph_fs.h */
#include <linux/in.h>
#include <linux/types.h>
#include <linux/fcntl.h>
#include <linux/string.h>

#include <linux/ceph/ceph_fs.h>
#include <linux/ceph/ceph_frag.h>
#include <linux/ceph/ceph_hash.h>

/*
 * Identify inodes by both their ino AND snapshot id (a u64).
 */

struct ceph_vino {
	
u64 ino;
	
u64 snap;
};


/* context for the caps reservation mechanism */

struct ceph_cap_reservation {
	
int count;
};


#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Sage Weil4894.12%266.67%
David Howells35.88%133.33%
Total51100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.