Loading sdcard/sdcard.c +2 −0 Original line number Original line Diff line number Diff line Loading @@ -1321,6 +1321,8 @@ static int handle_opendir(struct fuse* fuse, struct fuse_handler* handler, return -errno; return -errno; } } out.fh = ptr_to_id(h); out.fh = ptr_to_id(h); out.open_flags = 0; out.padding = 0; fuse_reply(fuse, hdr->unique, &out, sizeof(out)); fuse_reply(fuse, hdr->unique, &out, sizeof(out)); return NO_STATUS; return NO_STATUS; } } Loading Loading
sdcard/sdcard.c +2 −0 Original line number Original line Diff line number Diff line Loading @@ -1321,6 +1321,8 @@ static int handle_opendir(struct fuse* fuse, struct fuse_handler* handler, return -errno; return -errno; } } out.fh = ptr_to_id(h); out.fh = ptr_to_id(h); out.open_flags = 0; out.padding = 0; fuse_reply(fuse, hdr->unique, &out, sizeof(out)); fuse_reply(fuse, hdr->unique, &out, sizeof(out)); return NO_STATUS; return NO_STATUS; } } Loading