mount: change mount_dev_del() argument to struct mount *
authorRafał Miłecki <rafal@milecki.pl>
Fri, 9 Feb 2018 15:21:49 +0000 (16:21 +0100)
committerRafał Miłecki <rafal@milecki.pl>
Mon, 12 Feb 2018 09:52:16 +0000 (10:52 +0100)
commit1af9ca2c14f6c65f23244ff7562e069c51326dd8
tree159f313f14c4150d12078e0ae9e4099d8e85fc0e
parent7c8fea849d5a59485daea527106e29e4db0f989b
mount: change mount_dev_del() argument to struct mount *

Caller of mount_dev_del() already has struct mount * so there is no
point in passing matchin device and then looking for struct mount *
again.

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