mount: rename tmp variables in the mount_add_list()
authorRafał Miłecki <rafal@milecki.pl>
Fri, 16 Feb 2018 14:32:26 +0000 (15:32 +0100)
committerRafał Miłecki <rafal@milecki.pl>
Fri, 16 Feb 2018 14:33:40 +0000 (15:33 +0100)
commit76766aef149ac5b9562ab9bcca33830f80beab9d
treedf431f5a921f052fbc04d29e9b24ccbaa96d3822
parent04b897f8feaca344d4d6fbefc65f1cbd10743390
mount: rename tmp variables in the mount_add_list()

Both of them are used once only so there is no real need for the tmp(2)
variables. We can just name them nicer to make code easier to read.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
mount.c