Suppose I mount a file system (wrapfs) at path /mnt/xyz ---> wrapfs and my root file system is mounted at "/" and is ext3
So if I do open on a file with path "/mnt/xyz/file1" how does the mount point change be detected by VFS.
Suppose I mount a file system (wrapfs) at path /mnt/xyz ---> wrapfs and my root file system is mounted at "/" and is ext3
So if I do open on a file with path "/mnt/xyz/file1" how does the mount point change be detected by VFS.