Re: [LEDE-DEV] [PATCH mountd 0/2] mount: improve handling unsupported filesystems

2017-11-06 Thread John Crispin



On 03/11/17 10:02, Rafał Miłecki wrote:

From: Rafał Miłecki 

While debugging mountd through adding some prints, I noticed that
mount_dev_add will be called every second for unsupported filesystems.

Even though LEDE's master branch switched to the blockd, mountd may be
still used by some (e.g. LEDE 17.01 release users) so I found it worth
fixing.

Rafał Miłecki (2):
   mount: drop duplicated filesystem check from mount_add_list
   mount: add mount with ignore=1 for unsupported filesystems

  mount.c | 12 
  1 file changed, 8 insertions(+), 4 deletions(-)




Acked-by: John Crispin 


___
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev


[LEDE-DEV] [PATCH mountd 0/2] mount: improve handling unsupported filesystems

2017-11-03 Thread Rafał Miłecki
From: Rafał Miłecki 

While debugging mountd through adding some prints, I noticed that
mount_dev_add will be called every second for unsupported filesystems.

Even though LEDE's master branch switched to the blockd, mountd may be
still used by some (e.g. LEDE 17.01 release users) so I found it worth
fixing.

Rafał Miłecki (2):
  mount: drop duplicated filesystem check from mount_add_list
  mount: add mount with ignore=1 for unsupported filesystems

 mount.c | 12 
 1 file changed, 8 insertions(+), 4 deletions(-)

-- 
2.11.0


___
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev