ceph: Move secret key parsing earlier.
authorTommi Virtanen <tommi.virtanen@dreamhost.com>
Fri, 25 Mar 2011 23:32:57 +0000 (16:32 -0700)
committerSage Weil <sage@newdream.net>
Tue, 29 Mar 2011 19:11:16 +0000 (12:11 -0700)
commit8323c3aa74cd92465350294567142d12ffdcc963
tree052e7374393994eea8d534f98ee1bc7acea4c2d9
parentfbdb9190482fd83a3eb20cdeb0da454759f479d7
ceph: Move secret key parsing earlier.

This makes the base64 logic be contained in mount option parsing,
and prepares us for replacing the homebew key management with the
kernel key retention service.

Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
Signed-off-by: Sage Weil <sage@newdream.net>
fs/ceph/super.c
include/linux/ceph/auth.h
include/linux/ceph/libceph.h
net/ceph/auth.c
net/ceph/auth_x.c
net/ceph/ceph_common.c
net/ceph/crypto.c
net/ceph/crypto.h
net/ceph/mon_client.c