Bug 3469 - busybox mount does not understand --rbind option
Summary: busybox mount does not understand --rbind option
Status: RESOLVED FIXED
Alias: None
Product: Busybox
Classification: Unclassified
Component: Other (show other bugs)
Version: 1.18.x
Hardware: All Linux
: P5 minor
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-09 21:36 UTC by Michael Tokarev
Modified: 2011-05-09 01:19 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments
patch for the issue (1.26 KB, patch)
2011-03-09 23:12 UTC, Michael Tokarev
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Tokarev 2011-03-09 21:36:49 UTC
This is recursive --bind.  Patch is attached.

While at it, rename MS_RECURSIVE to MS_REC -- this is its official definition as used in linux kernel and strace and other tools.

See also http://bugs.debian.org/450895

Thanks!
Comment 1 Michael Tokarev 2011-03-09 23:12:49 UTC
Created attachment 3145 [details]
patch for the issue
Comment 2 Denys Vlasenko 2011-05-09 01:19:06 UTC
Fixed in git, will be in 1.19.x:

commit 19311bfa7b8e8c6effa9c375de9b0eb4338bee12
Author: Roman Borisov <ext-roman.borisov@nokia.com>
Date:   Thu Mar 24 15:08:43 2011 +0300

    mount: add --rbind option support

    Signed-off-by: Roman Borisov <ext-roman.borisov@nokia.com>