platform_system_core/sdcard
Elliott Hughes f6d6737529 Fix sdcard's FUSE_FSYNCDIR handling.
For a file the FUSE fh is a struct handle containing an int fd;
for a directory it's a struct dirhandle containing a DIR*. Fix
handle_fsync to extract the file descriptor appropriately in
both cases.

Bug: 14613980
Change-Id: I45515cff6638e27a99b849e6fc639d355dbb4d27
2014-07-08 14:38:26 -07:00
..
Android.mk sdcard: Turn on -Werror 2014-05-21 12:58:38 -07:00
sdcard.c Fix sdcard's FUSE_FSYNCDIR handling. 2014-07-08 14:38:26 -07:00