Files
twx-linux/include/linux
Alessio Balsini 54b41388f5 ANDROID: vfs: add d_canonical_path for stacked filesystem support
Inotify does not currently know when a filesystem is acting as a wrapper
around another fs. This means that inotify watchers will miss any
modifications to the base file, as well as any made in a separate stacked
fs that points to the same file.
d_canonical_path solves this problem by allowing the fs to map a dentry to
a path in the lower fs. Inotify can use it to find the appropriate place to
watch to be informed of all changes to a file.

Test: Pixel 4.19
Bug: 171780975
Change-Id: I09563baffad1711a045e45c1bd0bd8713c2cc0b6
Signed-off-by: Daniel Rosenberg <drosen@google.com>
[astrachan: Folded 34df4102216e ("ANDROID: fsnotify: Notify lower fs of
            open") into this patch]
Signed-off-by: Alistair Strachan <astrachan@google.com>
Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
Signed-off-by: Alessio Balsini <balsini@google.com>
2020-11-09 13:11:29 +00:00
..
2020-08-26 15:35:17 -07:00
2020-09-03 11:24:28 +02:00
2020-08-21 13:01:46 +02:00
2020-09-09 19:48:58 +02:00
2020-10-07 08:45:35 +02:00
2020-07-29 10:16:52 +02:00
2020-10-01 16:49:05 +02:00