[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gluster-devel] [bug #17288] argp support for all tools
From: |
Anand Avati |
Subject: |
[Gluster-devel] [bug #17288] argp support for all tools |
Date: |
Mon, 7 Aug 2006 10:32:05 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6 |
Update of bug #17288 (project gluster):
Status: Fixed => In Progress
_______________________________________________________
Follow-up Comment #3:
the fix is not complete. argc calculation to fuse_main has to be calculated.
the previous sizeof() will not work for calculating argc now since argv is
not a fixed array, but dynamic.
below is the line which will fail --
glusterfs-fops.c:glusterfs_mount() - return fuse_main ((sizeof (argv) /
sizeof (char *)) - 1, argv, &glusterfs_fops);
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?func=detailitem&item_id=17288>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/