diff options
Diffstat (limited to 'nfs/cache.c')
-rw-r--r-- | nfs/cache.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nfs/cache.c b/nfs/cache.c index 6e932573..506b90ff 100644 --- a/nfs/cache.c +++ b/nfs/cache.c @@ -209,4 +209,3 @@ recache_handle (int *p, struct node *np) pthread_spin_unlock (&netfs_node_refcnt_lock); return p + len / sizeof (int); } - |