From fd1f64a2e9e794a0184238bf3a0c4b7f5c6f963c Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Sat, 29 Jun 2013 22:14:13 +0200 Subject: procfs: enable fsys_set_options Make procfs translators handle fsys_set_options requests by pointing netfs_runtime_argp to our argp struct. * procfs/main.c (netfs_runtime_argp): New variable. --- main.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.c b/main.c index 0892d36..1b19c01 100644 --- a/main.c +++ b/main.c @@ -146,6 +146,9 @@ struct argp argp = { }, }; +/* Used by netfs_set_options to handle runtime option parsing. */ +struct argp *netfs_runtime_argp = &argp; + error_t root_make_node (struct ps_context *pc, struct node **np) { -- cgit v1.2.3