commit | f8213bdc89719bad895a02c62c4a85066ff76720 | [log] [tgz] |
---|---|---|
author | Filipe Manana <fdmanana@gmail.com> | Thu Apr 24 15:15:29 2014 +0100 |
committer | Chris Mason <clm@fb.com> | Thu Apr 24 16:43:33 2014 -0700 |
tree | bae57bba7903618c8831d860474fb6052bb90310 | |
parent | 9ce49a0b4ff7f13961d8d106ffae959823d2e758 [diff] |
Btrfs: correctly set profile flags on seqlock retry If we had to retry on the profiles seqlock (due to a concurrent write), we would set bits on the input flags that corresponded both to the current profile and to previous values of the profile. Signed-off-by: Filipe David Borba Manana <fdmanana@gmail.com> Signed-off-by: Chris Mason <clm@fb.com>