Bug 764185 (GLUSTER-2453) - maybe it's wrong code
Summary: maybe it's wrong code
Keywords:
Status: CLOSED DUPLICATE of bug 764012
Alias: GLUSTER-2453
Product: GlusterFS
Classification: Community
Component: posix
Version: 3.1.1
Hardware: All
OS: Linux
low
high
Target Milestone: ---
Assignee: Vijay Bellur
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-02-23 12:55 UTC by rick
Modified: 2011-02-23 13:25 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:


Attachments (Terms of Use)

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!


Note You need to log in before you can comment on or make changes to this bug.