Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e3bb504e authored by Al Viro's avatar Al Viro
Browse files

[regression] chunk lost from bd9b51

parent 9d4d6574
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -372,7 +372,6 @@ struct file *sock_alloc_file(struct socket *sock, int flags, const char *dname)
	path.mnt = mntget(sock_mnt);
	path.mnt = mntget(sock_mnt);


	d_instantiate(path.dentry, SOCK_INODE(sock));
	d_instantiate(path.dentry, SOCK_INODE(sock));
	SOCK_INODE(sock)->i_fop = &socket_file_ops;


	file = alloc_file(&path, FMODE_READ | FMODE_WRITE,
	file = alloc_file(&path, FMODE_READ | FMODE_WRITE,
		  &socket_file_ops);
		  &socket_file_ops);