Home
last modified time | relevance | path

Searched hist:"62 f30c5462374b991e7e3f42d49ce2265c1b82f1" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/btrfs/
H A Dtransaction.cdiff 62f30c5462374b991e7e3f42d49ce2265c1b82f1 Thu Nov 10 19:45:05 CST 2011 Miao Xie <miaox@cn.fujitsu.com> Btrfs: fix deadlock caused by the race between relocation

We can not do flushable reservation for the relocation when we create snapshot,
because it may make the transaction commit task and the flush task wait for
each other and the deadlock happens.

Signed-off-by: Miao Xie <miaox@cn.fujitsu.com>
Signed-off-by: Chris Mason <chris.mason@oracle.com>