[Devel] [PATCH vz8 0/3] proc/mounts: use proper version of the patch "add cursor"

Konstantin Khorenko khorenko at virtuozzo.com
Fri Jul 9 15:26:24 MSK 2021


Initially there was a patch
1)  da00800786dd ("proc/mounts: add cursor")

committed in 3.10.0-1160.15.2.vz7.173.2 and this patch got into
our table for rebase to vz8.
And it was successfully rebased.

But there is a version 2 of this patch:
2)  3be186009053 ("proc/mounts: add cursor")

which has been applied in vz7 in 3.10.0-1160.15.2.vz7.173.8 kernel.

And there is a fix for the patch (2):
3) 9f4f95d6878e ("sync: sync_collect_filesystems: fix possible infinite loop")

which has been applied in vz7 in 3.10.0-1160.21.1.vz7.174.4.

Neither (2) nor (3) found their way into vz8.

Now it's time to fix this defficiency.



Alexander Mikhalitsyn (2):
  ms/proc/mounts: add cursor
  sync: sync_collect_filesystems: fix possible infinite loop

Konstantin Khorenko (1):
  Revert "ms/proc/mounts: add cursor"

 fs/mount.h          |  6 ++++-
 fs/namespace.c      | 64 +++++++++++++++++++++++++++++++++++++++++----
 fs/proc_namespace.c |  2 ++
 fs/sync.c           | 13 +++++----
 include/linux/fs.h  |  4 +++
 5 files changed, 76 insertions(+), 13 deletions(-)

-- 
2.28.0



More information about the Devel mailing list