Messages in this thread |  | | Date | Fri, 12 Aug 2022 23:48:18 -0700 | | From | Christoph Hellwig <> | | Subject | Re: [PATCH] fs: fix possible inconsistent mount device |
| |
On Sat, Aug 13, 2022 at 02:08:48PM +0800, Yu Kuai wrote: > From: Yu Kuai <yukuai3@huawei.com> > > If device support rename, for example dm, following concurrent scenario > is possible:
The fix is easy: don't rename mounted block device, and even bettersimply don't rename them at all, which is just causing huge amounts of pain.
|  |