cifs: clean up ordering in exit_cifs
authorJeff Layton <jlayton@redhat.com>
Wed, 21 Mar 2012 10:27:55 +0000 (06:27 -0400)
committerSteve French <sfrench@us.ibm.com>
Wed, 21 Mar 2012 16:55:48 +0000 (11:55 -0500)
commit3dd933061d3a4f33fb6ba1616e88fa55a8b8cb9c
tree3bd8ecc805ed40af32ba71f6b59baece59337ba7
parent815465c4d724e851932843227b4b700d64216cf2
cifs: clean up ordering in exit_cifs

...ensure that we undo things in the reverse order from the way they
were done. In truth, the ordering doesn't matter for a lot of these,
but it's still better to do it that way to be sure.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/cifsfs.c