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

Commit 50c396d3 authored by Al Viro's avatar Al Viro
Browse files

[PATCH] kill obsolete temporary comment in swsusp_close()



it had been put there to mark the call of blkdev_put() that
needed proper argument propagated to it; later patch in the
same series had done just that.

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent feaf3848
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -633,7 +633,7 @@ void swsusp_close(fmode_t mode)
		return;
	}

	blkdev_put(resume_bdev, mode); /* move up */
	blkdev_put(resume_bdev, mode);
}

static int swsusp_header_init(void)