Re: [PATCH v2] btrfs: print error if primary super block write fails

2018-01-30 Thread Qu Wenruo
On 2018年01月31日 06:33, Howard McLauchlan wrote: > Presently, failing a primary super block write but succeeding in at > least one super block write in general will appear to users as if > nothing important went wrong. However, upon unmounting and re-mounting, > the file system will be in a rolled

[PATCH v2] btrfs: print error if primary super block write fails

2018-01-30 Thread Howard McLauchlan
Presently, failing a primary super block write but succeeding in at least one super block write in general will appear to users as if nothing important went wrong. However, upon unmounting and re-mounting, the file system will be in a rolled back state. This was discovered with a BCC program that u