fs: make build_open_flags() available internally
authorJens Axboe <axboe@kernel.dk>
Fri, 13 Dec 2019 18:10:11 +0000 (11:10 -0700)
committerJens Axboe <axboe@kernel.dk>
Mon, 13 Jan 2020 17:10:01 +0000 (10:10 -0700)
commit48d3167045c90b8750e78ef2e73c9c4ee1a9009a
treeb862975b268b301477f386bea1b798ea72db8a6e
parent57c349bc52c33b264e2ae88138b58a36c5980f33
fs: make build_open_flags() available internally

This is a prep patch for supporting non-blocking open from io_uring.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/internal.h
fs/open.c