projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2ce70a
)
dm bufio: use WRITE_FLUSH instead of REQ_FLUSH
author
Mikulas Patocka
<mpatocka@redhat.com>
Fri, 1 Mar 2013 22:45:45 +0000
(22:45 +0000)
committer
Alasdair G Kergon
<agk@redhat.com>
Fri, 1 Mar 2013 22:45:45 +0000
(22:45 +0000)
Use WRITE_FLUSH instead of REQ_FLUSH for submitted requests to make it
consistent with the rest of the kernel. There is no functional change.
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
drivers/md/dm-bufio.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/md/dm-bufio.c
b/drivers/md/dm-bufio.c
index 93205e32a004bcec4566c3862ea6f87c0ca3e485..3c955e10a618c2487422efa8063d1f9924a483cc 100644
(file)
--- a/
drivers/md/dm-bufio.c
+++ b/
drivers/md/dm-bufio.c
@@
-1192,7
+1192,7
@@
EXPORT_SYMBOL_GPL(dm_bufio_write_dirty_buffers);
int dm_bufio_issue_flush(struct dm_bufio_client *c)
{
struct dm_io_request io_req = {
- .bi_rw =
REQ
_FLUSH,
+ .bi_rw =
WRITE
_FLUSH,
.mem.type = DM_IO_KMEM,
.mem.ptr.addr = NULL,
.client = c->dm_io,