···465465466466int467467cifs_atomic_open(struct inode *inode, struct dentry *direntry,468468- struct file *file, unsigned oflags, umode_t mode,469469- int *opened)468468+ struct file *file, unsigned oflags, umode_t mode)470469{471470 int rc;472471 unsigned int xid;
+1-1
fs/fuse/dir.c
···489489static int fuse_mknod(struct inode *, struct dentry *, umode_t, dev_t);490490static int fuse_atomic_open(struct inode *dir, struct dentry *entry,491491 struct file *file, unsigned flags,492492- umode_t mode, int *opened)492492+ umode_t mode)493493{494494 int err;495495 struct fuse_conn *fc = get_fuse_conn(dir);
+1-2
fs/gfs2/inode.c
···12281228 * @file: The proposed new struct file12291229 * @flags: open flags12301230 * @mode: File mode12311231- * @opened: Flag to say whether the file has been opened or not12321231 *12331232 * Returns: error code or 0 for success12341233 */1235123412361235static int gfs2_atomic_open(struct inode *dir, struct dentry *dentry,12371236 struct file *file, unsigned flags,12381238- umode_t mode, int *opened)12371237+ umode_t mode)12391238{12401239 struct dentry *d;12411240 bool excl = !!(flags & O_EXCL);