On Sat, Nov 04, 2023 at 03:00:11 PM +0100, Christian Brauner wrote: > Hey everyone, > > Now that we can find the owning filesystem of any device if the > superblock and fs_holder_ops are used we need to handle multi-device > filesystem freezes. This series does that. Details in the main commit. generic/311, xfs/006 and xfs/264 pass when executed against a kernel which has the patches applied. Hence, Tested-by: Chandan Babu R <chandanbabu@xxxxxxxxxx> > > Thanks! > Christian > > --- > Christian Brauner (2): > fs: remove dead check > fs: handle freezing from multiple devices > > fs/super.c | 140 +++++++++++++++++++++++++++++++++++++++++------------ > include/linux/fs.h | 17 ++++++- > 2 files changed, 124 insertions(+), 33 deletions(-) > --- > base-commit: c6a4738de282fc95752e1f1c5573ab7b4020b55e > change-id: 20231103-vfs-multi-device-freeze-506e2c010473 -- Chandan