[PATCH] Warn if both option variable offset and callback given
authorJens Axboe <jens.axboe@oracle.com>
Thu, 11 Jan 2007 13:40:27 +0000 (14:40 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 11 Jan 2007 13:40:27 +0000 (14:40 +0100)
commit5b0a8880e2a0dafbdd12cabcb82f8fe728937e65
treebf8cdf574975faee377add9d06fae6e42917d7f6
parent4945ba127a43cad1424ebc75164b7a16a8160933
[PATCH] Warn if both option variable offset and callback given

If the callback is present, it is preferred to the offsets. So
giving offsets with a callback specified doesn't make sense.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
parse.c