Re: [PATCH] fs: show locked and lock_ro options in mountinfo

2015-03-31 Thread Eric W. Biederman
Andrey Wagin writes: > 2015-03-28 1:47 GMT+03:00 Richard Weinberger : >> Hi! >> >> Am 27.03.2015 um 23:35 schrieb Andrey Wagin: >>> 2015-03-28 0:42 GMT+03:00 Richard Weinberger : On Fri, Mar 27, 2015 at 9:39 PM, Andrey Vagin wrote: > I don't see any reasons to hide them. This informatio

Re: [PATCH] fs: show locked and lock_ro options in mountinfo

2015-03-31 Thread Andrey Wagin
2015-03-28 1:47 GMT+03:00 Richard Weinberger : > Hi! > > Am 27.03.2015 um 23:35 schrieb Andrey Wagin: >> 2015-03-28 0:42 GMT+03:00 Richard Weinberger : >>> On Fri, Mar 27, 2015 at 9:39 PM, Andrey Vagin wrote: I don't see any reasons to hide them. This information can help to understand e

Re: [PATCH] fs: show locked and lock_ro options in mountinfo

2015-03-27 Thread Richard Weinberger
Hi! Am 27.03.2015 um 23:35 schrieb Andrey Wagin: > 2015-03-28 0:42 GMT+03:00 Richard Weinberger : >> On Fri, Mar 27, 2015 at 9:39 PM, Andrey Vagin wrote: >>> I don't see any reasons to hide them. This information can help to >>> understand errors. >> >> Because these flags are set/read only inter

Re: [PATCH] fs: show locked and lock_ro options in mountinfo

2015-03-27 Thread Andrey Wagin
2015-03-28 0:42 GMT+03:00 Richard Weinberger : > On Fri, Mar 27, 2015 at 9:39 PM, Andrey Vagin wrote: >> I don't see any reasons to hide them. This information can help to >> understand errors. > > Because these flags are set/read only internally by the VFS. In contrast > to the other flags shown

Re: [PATCH] fs: show locked and lock_ro options in mountinfo

2015-03-27 Thread Richard Weinberger
On Fri, Mar 27, 2015 at 9:39 PM, Andrey Vagin wrote: > I don't see any reasons to hide them. This information can help to > understand errors. Because these flags are set/read only internally by the VFS. In contrast to the other flags shown by mountinfo MNT_LOCKED is not a mount option. Why does