Re: [PATCH] tmpfs: fix parsing of fsys_set_options requests

2013-06-29 Thread Samuel Thibault
Justus Winter, le Thu 27 Jun 2013 15:06:28 +0200, a écrit : > * tmpfs/tmpfs.c (runtime_argp): Use options as option list. Applied, thanks. Samuel

[PATCH] tmpfs: fix parsing of fsys_set_options requests

2013-06-27 Thread Justus Winter
Formerly setting the options using fsys_set_options did not work because runtime_argp.options was set to 0. This fixes "remounting" of tmpfs translators. * tmpfs/tmpfs.c (runtime_argp): Use options as option list. --- tmpfs/tmpfs.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --