diff options
Diffstat (limited to 'nfs')
-rw-r--r-- | nfs/cache.c | 1 | ||||
-rw-r--r-- | nfs/main.c | 1 |
2 files changed, 0 insertions, 2 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); } - @@ -422,4 +422,3 @@ main (int argc, char **argv) for (;;) netfs_server_loop (); } - |