Remove irrelevant Cygwin config flag CONFIG_FADVISE
authorTomohiro Kusumi <tkusumi@tuxera.com>
Sun, 19 Feb 2017 18:22:21 +0000 (20:22 +0200)
committerJens Axboe <axboe@fb.com>
Mon, 20 Feb 2017 00:57:43 +0000 (17:57 -0700)
commit83325bbd26365b88c113072c40af6b243f45828a
tree45cd41d27d32cc189f2cab2bddb161b4051ae912
parent79591fa9555024aa9564656bbbb9d4c828a3e189
Remove irrelevant Cygwin config flag CONFIG_FADVISE

This is unused and nothing happens regardless of this flag being
set on Cygwin. The one for POSIX fadvise is CONFIG_POSIX_FADVISE.

Signed-off-by: Tomohiro Kusumi <tkusumi@tuxera.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
configure