projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
feaf384
)
[PATCH] kill obsolete temporary comment in swsusp_close()
author
Al Viro
<viro@zeniv.linux.org.uk>
Sun, 30 Nov 2008 06:47:12 +0000
(
01:47
-0500)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Thu, 4 Dec 2008 09:22:54 +0000
(
04:22
-0500)
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>
kernel/power/swap.c
patch
|
blob
|
blame
|
history
diff --git
a/kernel/power/swap.c
b/kernel/power/swap.c
index b7713b53d07a7a17a97130b81bf9b5946e8f1d29..6da14358537c8779db14f4ccab91a64365270d16 100644
(file)
--- a/
kernel/power/swap.c
+++ b/
kernel/power/swap.c
@@
-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)