]> git.decadent.org.uk Git - nfs-utils.git/commit
text-based mount.nfs: prepare for more complex error exit handling
authorChuck Lever <chuck.lever@oracle.com>
Fri, 28 Sep 2007 20:36:45 +0000 (16:36 -0400)
committerNeil Brown <neilb@suse.de>
Fri, 28 Sep 2007 21:58:57 +0000 (07:58 +1000)
commitaed4aa1335326f4327bf9799ef63d2f05cfe5e36
treed93242e5d2b3464b68696ca31b7ed102b14fb386
parent83efd7ddb50cac2f0cf4887e7c54991b4cdcc635
text-based mount.nfs: prepare for more complex error exit handling

I'm about to add an object or two that needs to be freed before the main
functions exit.  Prepare the logic by adding an 'out' label and some
goto's.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Neil Brown <neilb@suse.de>
utils/mount/stropts.c