Fix warning with newer gcc in str_numa_mpol_cb()
authorJens Axboe <axboe@kernel.dk>
Wed, 17 Jul 2013 22:15:31 +0000 (16:15 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 17 Jul 2013 22:15:31 +0000 (16:15 -0600)
commit05d6f44b81aa0ec628048004718eaa9d71816b54
tree0aec7cd781a5257799bb9c9fca0fc6b3c12d5dfa
parentce4864950d2ced54e0a1ccb8ef9a1e62135f1d2d
Fix warning with newer gcc in str_numa_mpol_cb()

GCC complains about potentially accessing the array beyond
the end. Ensure that we include a NULL at the end.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
options.c