]> git.karo-electronics.de Git - karo-tx-linux.git/commit
cifs: clean up id_mode_to_cifs_acl
authorJeff Layton <jlayton@redhat.com>
Mon, 5 Nov 2012 11:46:59 +0000 (06:46 -0500)
committerJeff Layton <jlayton@redhat.com>
Mon, 5 Nov 2012 11:46:59 +0000 (06:46 -0500)
commit37365f6df473e2f825a8045aa0a7b970fd181f0c
tree1f858d5b568550a354f3df1f41beb40d51748986
parent0876dedb8f9f1a02e270cbd95fed41d452681a10
cifs: clean up id_mode_to_cifs_acl

Add a label we can goto on error, and get rid of some excess indentation.
Also move to kernel-style comments.

Reviewed-by: Shirish Pargaonkar <shirishpargaonkar@gmail.com>
Signed-off-by: Jeff Layton <jlayton@redhat.com>
fs/cifs/cifsacl.c