diff options
author | meghana <mmadhusu@redhat.com> | 2013-08-20 15:13:42 -0400 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2013-09-19 09:24:15 -0700 |
commit | 7da8040d96ae16d6d2b6079ffd8cbcfe5d28aac4 (patch) | |
tree | 61c576fedc089dba6b1a43188583a21013d572ec /xlators/nfs/server/src/nfs3-fh.h | |
parent | c550ae69526ad60b2f288ddc98a59141b9e64dcc (diff) |
NFS : Coverity Fix.
NFS defects reported by Coverity run are fixed.
Change-Id: Ib66847e8e66fb4a06b312c80814f9eafb032eba2
BUG: 996390
Signed-off-by: meghana <mmadhusu@redhat.com>
Reviewed-on: http://review.gluster.org/5660
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Varun Shastry <vshastry@redhat.com>
Reviewed-by: Kaleb KEITHLEY <kkeithle@redhat.com>
Diffstat (limited to 'xlators/nfs/server/src/nfs3-fh.h')
-rw-r--r-- | xlators/nfs/server/src/nfs3-fh.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/nfs/server/src/nfs3-fh.h b/xlators/nfs/server/src/nfs3-fh.h index c22f913a3a5..03a58d93b96 100644 --- a/xlators/nfs/server/src/nfs3-fh.h +++ b/xlators/nfs/server/src/nfs3-fh.h @@ -97,7 +97,7 @@ extern void nfs3_log_fh (struct nfs3_fh *fh); extern void -nfs3_fh_to_str (struct nfs3_fh *fh, char *str); +nfs3_fh_to_str (struct nfs3_fh *fh, char *str, size_t len); extern int nfs3_fh_build_parent_fh (struct nfs3_fh *child, struct iatt *newstat, |