]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfsprogs: undefined variable fix
authorJan Tulak <jtulak@redhat.com>
Tue, 18 Aug 2015 07:53:17 +0000 (17:53 +1000)
committerDave Chinner <david@fromorbit.com>
Tue, 18 Aug 2015 07:53:17 +0000 (17:53 +1000)
commit54ca4ea3efd69304ef413d958c0eeee660060eb2
tree0c060d2da1a249932fa1f4c630e4f211fb5e5fb2
parent9a35e0d35a0f6d528c093df77b33a81619f1694a
xfsprogs: undefined variable fix

Typo fix, which wasn't catch earlier due to #ifdef branching.  The
'rmnttomname' does not exists anywhere and looks like a hybrid between
rmntfromname and rmntonname. And because the previous if has has
'fromname' on both arguments of realpath, I choose the same approach
when fixing it.

Signed-off-by: Jan Tulak <jtulak@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dave Chinner <david@fromorbit.com>
libxcmd/paths.c