Hide Forgot
Hi Rick, Thanks for taking time to go through the code, and sending comments. We had bug 764012 for this, and its fixed in the codebase now. If you are going through the codebase, please consider checking out our code from git head. Regards, *** This bug has been marked as a duplicate of bug 2280 ***
hi,guy in the call of posix_opendir(),the code pfd = GF_CALLOC (1, sizeof (*fd), gf_posix_mt_posix_fd); should be pfd = GF_CALLOC (1, sizeof (*pfd), gf_posix_mt_posix_fd); please check!