Linux Kernel
3.7.1
|
#include <linux/ceph/ceph_debug.h>
#include <linux/err.h>
#include <linux/module.h>
#include <linux/random.h>
#include <linux/slab.h>
#include <linux/ceph/decode.h>
#include <linux/ceph/auth.h>
#include "auth_none.h"
Go to the source code of this file.
Functions | |
int | ceph_auth_none_init (struct ceph_auth_client *ac) |
int ceph_auth_none_init | ( | struct ceph_auth_client * | ac | ) |
Definition at line 114 of file auth_none.c.