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

Commit 7f03de97 authored by Fredrick John Berchmans's avatar Fredrick John Berchmans Committed by Greg Kroah-Hartman
Browse files

staging: lustre: fix unused variable warnings

parent a9c08b0a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -46,10 +46,8 @@
int
libcfs_sock_ioctl(int cmd, unsigned long arg)
{
	mm_segment_t    oldmm = get_fs();
	struct socket  *sock;
	int	     rc;
	struct file    *sock_filp;

	rc = sock_create (PF_INET, SOCK_STREAM, 0, &sock);
	if (rc != 0) {