*/
static struct dentry *atomic_open(struct nameidata *nd, struct dentry *dentry,
struct file *file,
- const struct open_flags *op,
int open_flag, umode_t mode)
{
struct dentry *const DENTRY_NOT_SET = (void *) -1UL;
}
if (dir_inode->i_op->atomic_open) {
- dentry = atomic_open(nd, dentry, file, op, open_flag, mode);
+ dentry = atomic_open(nd, dentry, file, open_flag, mode);
if (unlikely(create_error) && dentry == ERR_PTR(-ENOENT))
dentry = ERR_PTR(create_error);
return dentry;