Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

gfs_acl_delete_def_file - delete a Gfarm default ACL by filename

Input Arguments

gfarm_url
           A path name in the Gfarm filesystem.

Name

       gfs_acl_delete_def_file - delete a Gfarm default ACL by filename

Return Values

GFARM_ERR_NO_ERROR
           The function terminated successfully.

       GFARM_ERR_NOT_A_DIRECTORY
           Files do not have a default ACL.

       Others
           An error except the above occurred. The reason is shown by gfarm_error_string(3).

See Also

gfs_acl_get_file(3), gfs_acl_set_file(3), gfs_attr(5)

Gfarm                                              14 Feb 2011                           GFS_ACL_DELETE_DEF_F(3)

Synopsis

#include<gfarm/gfarm.h>gfarm_error_tgfs_acl_delete_def_file(constchar*gfarm_url);

See Also