Bug 764185 (GLUSTER-2453)

Summary: maybe it's wrong code
Product: [Community] GlusterFS Reporter: rick <donyren>
Component: posixAssignee: Vijay Bellur <vbellur>
Status: CLOSED DUPLICATE QA Contact:
Severity: high Docs Contact:
Priority: low    
Version: 3.1.1CC: amarts, gluster-bugs
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Amar Tumballi 2011-02-23 10:25:13 UTC
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 ***

Comment 1 rick 2011-02-23 12:55:51 UTC
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!