Revision 597cda357716a3cf8d994cb11927af917c8d71fa authored by Ilya Dryomov on 08 September 2014, 13:25:34 UTC, committed by Ilya Dryomov on 10 September 2014, 16:08:35 UTC
Add a helper for processing individual cephx auth tickets.  Needed for
the next commit, which deals with allocating ticket buffers.  (Most of
the diff here is whitespace - view with git diff -b).

Cc: stable@vger.kernel.org
Signed-off-by: Ilya Dryomov <ilya.dryomov@inktank.com>
Reviewed-by: Sage Weil <sage@redhat.com>
1 parent 73c3d48
History
File Mode Size
Kconfig -rw-r--r-- 2.4 KB
Makefile -rw-r--r-- 282 bytes
acl.c -rw-r--r-- 6.3 KB
acl.h -rw-r--r-- 1.2 KB
checkpoint.c -rw-r--r-- 25.7 KB
data.c -rw-r--r-- 27.3 KB
debug.c -rw-r--r-- 11.4 KB
dir.c -rw-r--r-- 17.6 KB
f2fs.h -rw-r--r-- 43.3 KB
file.c -rw-r--r-- 20.1 KB
gc.c -rw-r--r-- 17.9 KB
gc.h -rw-r--r-- 3.0 KB
hash.c -rw-r--r-- 2.1 KB
inline.c -rw-r--r-- 6.2 KB
inode.c -rw-r--r-- 8.4 KB
namei.c -rw-r--r-- 16.6 KB
node.c -rw-r--r-- 49.5 KB
node.h -rw-r--r-- 10.4 KB
recovery.c -rw-r--r-- 11.7 KB
segment.c -rw-r--r-- 50.9 KB
segment.h -rw-r--r-- 21.1 KB
super.c -rw-r--r-- 30.4 KB
xattr.c -rw-r--r-- 14.6 KB
xattr.h -rw-r--r-- 4.4 KB

back to top