]> git.decadent.org.uk Git - nfs-utils.git/commit
umount.nfs: some umount.nfs error return codes are confusing
authorChuck Lever <chuck.lever@oracle.com>
Sat, 28 Jul 2007 21:49:28 +0000 (17:49 -0400)
committerNeil Brown <neilb@suse.de>
Mon, 30 Jul 2007 06:11:00 +0000 (16:11 +1000)
commitd98b797653f1a021c4d157c8dd09d2b732e522da
tree2db45859d0e2f69d6f3331984c67edaae46a998a
parenta574c7558e33f172b6dfee53ee8df9e59c84c7b5
umount.nfs: some umount.nfs error return codes are confusing

umount.nfs should return the standard EX_ mount return codes.  At some
point in the past, it was returning 0 for failure and 1 for success, and
some of these have been changed and some haven't.  See if we can rectify
this.

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