block.c: Use <linux/fs.h> instead of defining mount flags ourselves
authorDaniel Dickinson <lede@daniel.thecshore.com>
Sun, 22 May 2016 09:30:37 +0000 (05:30 -0400)
committerJohn Crispin <john@phrozen.org>
Thu, 19 May 2016 05:47:16 +0000 (07:47 +0200)
commitbfd81bcedca6acae8951a4dbcd4f45933e5f0473
tree44111e4241145d8fa56582dbd288ea2bbb8c778d
parent1fb7688606323ee0ce79b64a5aa75b8df0484356
block.c: Use <linux/fs.h> instead of defining mount flags ourselves

Let's use the cannonical source of mount flags instead of
defining the flags ourselves.

Signed-off-by: Daniel Dickinson <lede@daniel.thecshore.com>
block.c