diff options
author | Humble Devassy Chirammal <hchiramm@redhat.com> | 2015-03-13 19:08:38 +0530 |
---|---|---|
committer | Niels de Vos <ndevos@redhat.com> | 2015-03-16 02:49:43 -0700 |
commit | 393cdb2613250031fce92cab8dede9154514f816 (patch) | |
tree | ddb50423a90cbd31d4edf781ae34f5d665b2cbbd /api/src/glfs-internal.h | |
parent | 0ab4cb8174f478e8f725f13e96f608a6186e8384 (diff) |
gfapi: improve source comments and error messages.
Change-Id: I0bfa44eb5b5f21e381af3e71c26ea863e4adc46f
BUG:1202274
Signed-off-by: Humble Devassy Chirammal <hchiramm@redhat.com>
Reviewed-on: http://review.gluster.org/9878
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Niels de Vos <ndevos@redhat.com>
Diffstat (limited to 'api/src/glfs-internal.h')
-rw-r--r-- | api/src/glfs-internal.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/api/src/glfs-internal.h b/api/src/glfs-internal.h index 11a9a76f68e..b704c558722 100644 --- a/api/src/glfs-internal.h +++ b/api/src/glfs-internal.h @@ -301,9 +301,9 @@ struct glfs *glfs_new_from_ctx (glusterfs_ctx_t *ctx) DESCRIPTION The glfs_t object allocated by glfs_new_from_ctx() must be released - by the caller using this routine. The usage is restricted to NFS - MOUNT over UDP i.e. - __mnt3udp_get_export_subdir_inode () + by the caller using this routine. The usage can be found + at glfs_fini() or NFS, MOUNT over UDP i.e. + __mnt3udp_get_export_subdir_inode () => glfs_resolve_at(). PARAMETERS |