[PATCH] staging: dgrp: Fixed coding style

2014-04-15 Thread Thomas Tanaka
Fixed line width > 80 Signed-off-by: Thomas Tanaka --- drivers/staging/dgrp/dgrp_sysfs.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/dgrp/dgrp_sysfs.c b/drivers/staging/dgrp/dgrp_sysfs.c index 2f9345f..93803e0c 100644 --- a/drivers/staging/d

[PATCH] staging: rts5139: fixed coding style

2014-04-16 Thread Thomas Tanaka
Fixed checkpatch warnings > 80 lines Signed-off-by: Thomas Tanaka --- drivers/staging/rts5139/rts51x_fop.c | 21 - 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/drivers/staging/rts5139/rts51x_fop.c b/drivers/staging/rts5139/rts51x_fop.c index 677d

mounting mqueue type fs in a user namespace

2016-03-08 Thread Thomas Tanaka
Hi, When a process created with CLONE_NEWNS|CLONE_NEWIPC|CLONE_NEWUSER trying to mount a mqueue type fs, the inode->i_uid of the mounted mqueue fs is 0, instead of the new user uid e.g 1, is this an expected behavior ? Thanks in advance -- Regards, Thomas