On Fri, 2011-02-04 at 02:38 +0100, Jan Kara wrote: > +struct balance_waiter { > + struct list_head bw_list; > + unsigned long bw_to_write; /* Number of pages to wait for to > + get written */ That names somehow rubs me the wrong way.. the name suggests we need to do the writing, whereas we only wait for them to be written. > + struct task_struct *bw_task; /* Task waiting for IO */ > +}; -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html