[Gluster-devel] [bug #17288] argp support for all tools
Anand Avati
INVALID.NOREPLY at gnu.org
Mon Aug 7 10:32:05 UTC 2006
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/
More information about the Gluster-devel
mailing list