Define struct file_name as a file local structure
authorTomohiro Kusumi <tkusumi@tuxera.com>
Tue, 7 Mar 2017 20:13:06 +0000 (22:13 +0200)
committerJens Axboe <axboe@fb.com>
Fri, 10 Mar 2017 21:43:37 +0000 (14:43 -0700)
commitbf651609cda6c8968edb49d80efe7ee007983f61
tree4f1e27ccac91ea51662fc848c032f42b09019369
parent21c1b29e929c2875f6dba7dfb6b0cc061f3730b5
Define struct file_name as a file local structure

This is just an one-off structure for filesetup.c to walk through
all the files (among all jobs), so it can be file local.

Signed-off-by: Tomohiro Kusumi <tkusumi@tuxera.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
file.h
filesetup.c