Support inotify

Handle 'readlink' requests (FUSE_CANONICAL_PATH opcode under the hood)
by returning the canonical path to be monitored

TODO:
1) More recent kernels seem not to have the FUSE_CANONICAL_PATH opcdoe
2) Check that requesting uid has access to monitor the path
3) What happens when there are other filesystems mounted under the path?

Test: inotifyd - /sdcard works when modifying /sdcard
Test: atest FileObserver
Bug: 147482155
Change-Id: Ic4a0321dc5a830ba0eb248c3862a4f173920f0f7
1 file changed