#ifndef _FS_CEPH_AUTH_NONE_H #define _FS_CEPH_AUTH_NONE_H #include #include /* * null security mode. * * we use a single static authorizer that simply encodes our entity name * and global id. */ struct ceph_none_authorizer { struct ceph_authorizer base; char buf[128]; int buf_len; char reply_buf[0]; }; struct ceph_auth_none_info { bool starting; }; int ceph_auth_none_init(struct ceph_auth_client *ac); #endif l='vcs-git' href='http:///git.distanz.ch/cgit.cgi/linux/net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMing Lei <ming.lei@canonical.com>2012-10-24 10:49:33 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-10-25 11:53:36 -0700
commit10bd4c7572b6c6eb97f1c15dedd2d36c63907f91 (patch)
tree01c09c3f0cc9e8dbd351ae34580f5cd873272b11
parent66081a72517a131430dcf986775f3268aafcb546 (diff)
firmware loader: document kernel direct loading
This patch adds description on recently introduced direct firmware loading by Linus. Cc: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Ming Lei <ming.lei@canonical.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>