Staging: pohmelfs: sync with the development tree
[deliverable/linux.git] / drivers / staging / pohmelfs / trans.c
index 4587f6d546aacf998881c54d8a7c0e063fc6fab1..36a253582565629403c86265428977eaea96e20d 100644 (file)
@@ -468,7 +468,8 @@ int netfs_trans_finish_send(struct netfs_trans *t, struct pohmelfs_sb *psb)
                                continue;
                }
 
-               if (psb->active_state && (psb->active_state->state.ctl.prio >= st->ctl.prio))
+               if (psb->active_state && (psb->active_state->state.ctl.prio >= st->ctl.prio) &&
+                               (t->flags & NETFS_TRANS_SINGLE_DST))
                        st = &psb->active_state->state;
 
                err = netfs_trans_push(t, st);
This page took 0.023815 seconds and 5 git commands to generate.