1
0
Fork 0

[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: Al Viro <viro@zeniv.linux.org.uk>
hifive-unleashed-5.1
Al Viro 2008-11-30 01:47:12 -05:00
parent feaf3848a8
commit 50c396d38c
1 changed files with 1 additions and 1 deletions

View File

@ -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)