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>