aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2007-12-10 20:06:13 +0000
committerReuben Thomas <rrt@sc3d.org>2007-12-10 20:06:13 +0000
commit2172eae85d3cb9ccadde9551ae6e26364c4016fb (patch)
treec35df65170fceeeeb037205e2e47db839c628c3e
parent9a7497a68981ec91231c8cf46614cda832d3444b (diff)
downloadplptools-2172eae85d3cb9ccadde9551ae6e26364c4016fb.tar.gz
plptools-2172eae85d3cb9ccadde9551ae6e26364c4016fb.tar.bz2
plptools-2172eae85d3cb9ccadde9551ae6e26364c4016fb.zip
Remove no-longer-needed FIXME.
-rw-r--r--plpnfsd/mp_pfs_ops.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/plpnfsd/mp_pfs_ops.c b/plpnfsd/mp_pfs_ops.c
index 7dcba5a..3f86772 100644
--- a/plpnfsd/mp_pfs_ops.c
+++ b/plpnfsd/mp_pfs_ops.c
@@ -1345,7 +1345,6 @@ nfsproc_write_2(writeargs *wa)
}
}
/* fetch attributes */
- /* FIXME: Cope without cache */
if ((cp = search_cache(attrcache, inode->inode)) == 0) {
gres = nfsproc_getattr_2((struct nfs_fh *) wa->file.data);
if (gres->status != NFS_OK) {