commit | d0611160f6f2a946b8209878f629538988a9bcfb | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <mszeredi@suse.cz> | Mon May 21 17:30:15 2012 +0200 |
committer | Luca Weiss <luca@z3ntu.xyz> | Fri Mar 01 17:13:04 2019 +0100 |
tree | 7e53cff2382479f359d6f7f7ffa67c1b8c6bd6af | |
parent | cefc92d6df5147ce907492c2a4b9fd4e363c63e4 [diff] |
vfs: split __dentry_open() Split __dentry_open() into two functions: do_dentry_open() - does most of the actual work, doesn't put file on failure open_check_o_direct() - after a successful open, checks direct_IO method This will allow i_op->atomic_open to do just the file initialization and leave the direct_IO checking to the VFS. Signed-off-by: Miklos Szeredi <mszeredi@suse.cz> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>