aboutsummaryrefslogtreecommitdiffstats
path: root/fs/internal.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2018-03-20 11:30:14 +0100
committerAl Viro <viro@zeniv.linux.org.uk>2018-03-28 01:39:01 -0400
commitcab64df194667dc5d9d786f0a895f647f5501c0d (patch)
tree7b8466a6eb6ffdf48e91b5c6db85c939a50ac449 /fs/internal.h
parentvfs: Replace stray non-ASCII homoglyph characters with their ASCII equivalents (diff)
downloadlinux-dev-cab64df194667dc5d9d786f0a895f647f5501c0d.tar.xz
linux-dev-cab64df194667dc5d9d786f0a895f647f5501c0d.zip
fs: fold open_check_o_direct into do_dentry_open
do_dentry_open is where we do the actual open of the file, so this is where we should do our O_DIRECT sanity check to cover all potential callers. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/internal.h')
-rw-r--r--fs/internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/internal.h b/fs/internal.h
index df262f41a0ef..5e797281d941 100644
--- a/fs/internal.h
+++ b/fs/internal.h
@@ -111,7 +111,6 @@ extern struct file *do_filp_open(int dfd, struct filename *pathname,
extern struct file *do_file_open_root(struct dentry *, struct vfsmount *,
const char *, const struct open_flags *);
-extern int open_check_o_direct(struct file *f);
extern int vfs_open(const struct path *, struct file *, const struct cred *);
extern struct file *filp_clone_open(struct file *);