| commit | 1cdee3bec50b5c75967939f58c19d9b7ff7b885a | [log] [tgz] |
|---|---|---|
| author | Daniel Rosenberg <drosen@google.com> | Fri Apr 22 00:00:48 2016 -0700 |
| committer | William Bellavance <flintman@flintmancomputers.com> | Thu Aug 25 05:07:00 2016 -0400 |
| tree | 9854446e09cd94aaaa39b9e74c754f9b9a53ee7b | |
| parent | fa631f627b7cefe713e9b1e387e875eae3d5b625 [diff] |
fuse: Add support for d_canonical_path Allows FUSE to report to inotify that it is acting as a layered filesystem. The userspace component returns a string representing the location of the underlying file. If the string cannot be resolved into a path, the top level path is returned instead. bug: 23904372 Change-Id: Iabdca0bbedfbff59e9c820c58636a68ef9683d9f Signed-off-by: Daniel Rosenberg <drosen@google.com>