Rasmus Villemoes be6b1dfe95 drivers/base/devtmpfs.c: don't pretend path is const in delete_path
path is the result of kstrdup, and we repeatedly call strrchr on it,
modifying it through the returned pointer. So there's no reason to
pretend path is const.

Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-09-16 22:37:16 +02:00
..
2017-12-18 16:51:11 +01:00
2018-08-18 11:44:53 -07:00
2018-07-30 10:08:09 +02:00
2018-07-07 17:54:29 +02:00
2017-12-11 08:50:05 +01:00