diff options
Diffstat (limited to 'xlators/nfs/server/src/nfs-fops.c')
| -rw-r--r-- | xlators/nfs/server/src/nfs-fops.c | 4 | 
1 files changed, 0 insertions, 4 deletions
diff --git a/xlators/nfs/server/src/nfs-fops.c b/xlators/nfs/server/src/nfs-fops.c index 236c411e2e2..95a657a1280 100644 --- a/xlators/nfs/server/src/nfs-fops.c +++ b/xlators/nfs/server/src/nfs-fops.c @@ -52,13 +52,9 @@ nfs_fop_local_init (xlator_t *nfsx)  void  nfs_fop_local_wipe (xlator_t *nfsx, struct nfs_fop_local *l)  { -        struct nfs_state        *nfs = NULL; -          if ((!nfsx) || (!l))                  return; -        nfs = nfsx->private; -          if (l->iobref)                  iobref_unref (l->iobref);  | 
