diff options
Diffstat (limited to 'xlators/nfs/server/src/nfs3-helpers.c')
| -rw-r--r-- | xlators/nfs/server/src/nfs3-helpers.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/nfs/server/src/nfs3-helpers.c b/xlators/nfs/server/src/nfs3-helpers.c index bf2594f261d..229bfee560a 100644 --- a/xlators/nfs/server/src/nfs3-helpers.c +++ b/xlators/nfs/server/src/nfs3-helpers.c @@ -378,7 +378,7 @@ nfs3_stat_to_post_op_attr (struct iatt *buf)           * returning these zeroed out attrs.           */          attr.attributes_follow = FALSE; -        if (nfs_zero_filled_stat (buf)) +        if (gf_is_zero_filled_stat (buf))                  goto out;          nfs3_stat_to_fattr3 (buf, &(attr.post_op_attr_u.attributes)); @@ -399,7 +399,7 @@ nfs3_stat_to_pre_op_attr (struct iatt *pre)           * returning these zeroed out attrs.           */          poa.attributes_follow = FALSE; -        if (nfs_zero_filled_stat (pre)) +        if (gf_is_zero_filled_stat (pre))                  goto out;          poa.attributes_follow = TRUE;  | 
