[PATCH] Split struct request ->flags into two parts
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / block / paride / pd.c
index 2403721f9db107509cc4ff8b628795a70290597e..12ff1a274d9181c00c06538da08cd7c75afd3ce4 100644 (file)
@@ -437,7 +437,7 @@ static char *pd_buf;                /* buffer for request in progress */
 
 static enum action do_pd_io_start(void)
 {
-       if (pd_req->flags & REQ_SPECIAL) {
+       if (blk_special_request(pd_req)) {
                phase = pd_special;
                return pd_special();
        }