ovl: remove unused code in lowerdir param parsing
authorAmir Goldstein <amir73il@gmail.com>
Sat, 28 Oct 2023 09:07:45 +0000 (12:07 +0300)
committerAmir Goldstein <amir73il@gmail.com>
Mon, 30 Oct 2023 22:13:02 +0000 (00:13 +0200)
commitc835110b588a750650988ca5000913c3c60d246b
tree811668040ccdba294ea8605a67a18a2e53652a3e
parentbb7055a7349904623fe489b4461e12803da18ce6
ovl: remove unused code in lowerdir param parsing

Commit beae836e9c61 ("ovl: temporarily disable appending lowedirs")
removed the ability to append lowerdirs with syntax lowerdir=":<path>".
Remove leftover code and comments that are irrelevant with lowerdir
append mode disabled.

Signed-off-by: Amir Goldstein <amir73il@gmail.com>
fs/overlayfs/params.c