-
Committer:
Dustin Kirkland
-
Date:
2009-04-30 20:32:16 UTC
-
mfrom:
(384.1.2 ecryptfs)
-
Revision ID:
kirkland@canonical.com-20090430203216-ei48lglxpul4ht6u
merge from mhlavinka
386. By Michal Hlavinka on 2009-04-23
decision_graph.c: fix uninitialized return code
Werror build complains about decision_graph.c:375:
warning: 'rc' may be used uninitialized in this function. It's true,
firs assigment to rc can be bypassed with goto out.
Signed-off-by: Michal Hlavinka <mhlavink@redhat.com>
385. By Michal Hlavinka on 2009-04-23
mount.ecryptfs.c: don't pass verbosity option to kernel
verbosity option should not be passed to kernel module,
because kernel module doesn't know about it and produces
unnecessary lines in logs
Signed-off-by: Michal Hlavinka <mhlavink@redhat.com>
Signed-off-by: Dustin Kirkland <kirkland@canonical.com>