mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
It is used by the next patch. Specifically, ->filter() and ->sort() callbacks of the scandir(3) accept only short names of directory entries to be filtered/sorted, while we need to know absolute names to perform filtering/sorting. Signed-off-by: Eduard Shishkin <edward6@linux.ibm.com> Reviewed-by: Stefan Haberland <sth@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>