commit | 2e4aa2a55de13cf6c596be40e1974afffb921caa | [log] [tgz] |
---|---|---|
author | Daniel Rosenberg <drosen@google.com> | Fri Apr 22 00:00:48 2016 -0700 |
committer | Amit Pundir <amit.pundir@linaro.org> | Mon Oct 24 23:41:21 2016 +0800 |
tree | 14ffa74553616f8bf671ff624fcea191f94675b3 | |
parent | 7a9d2174b770bd013340d729d92bf5bbfd29946c [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>