]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
NVMe: Fix compile errors
authorMatias Bjørling <m@bjorling.me>
Mon, 9 Feb 2015 09:33:08 +0000 (10:33 +0100)
committerMatias Bjørling <m@bjorling.me>
Mon, 9 Feb 2015 09:36:25 +0000 (10:36 +0100)
commit6d7d39e65df3282e71a8c7b29c282382ec0a13c4
tree6d6dbcf83ad9173be5c30ac0e0485049801436f6
parent8215e7e7a2867b5a69744599a3390a81d470c1d6
NVMe: Fix compile errors

A missing = when setting NVME_RW_FUA and the open() function requires
that permission flags are passed when O_CREAT is used in flag.
nvme.c