From: Miklos Szeredi Date: Mon, 21 May 2012 15:30:15 +0000 (+0200) Subject: vfs: split __dentry_open() X-Git-Tag: v3.5-rc1~15^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90ad1a8ecb9bfd5ff4503ac42cd049a97643ee51;p=pandora-kernel.git 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 Signed-off-by: Al Viro --- Reading git-diff-tree failed