Re: [PATCH -next] mqueue: fix a typo in mq_init_ns()

2018-06-22 Thread David Howells
Wei Yongjun wrote: > Fix a typo, use 'm' instead of 'ns->mq_mnt'. I've folded this into the original patch, thanks. David

Re: [PATCH -next] mqueue: fix a typo in mq_init_ns()

2018-06-22 Thread David Howells
Wei Yongjun wrote: > Fix a typo, use 'm' instead of 'ns->mq_mnt'. I've folded this into the original patch, thanks. David

[PATCH -next] mqueue: fix a typo in mq_init_ns()

2018-06-20 Thread Wei Yongjun
Fix a typo, use 'm' instead of 'ns->mq_mnt'. Fixes: 5cd6a50ace05 ("ipc: Convert mqueue fs to fs_context") Signed-off-by: Wei Yongjun --- ipc/mqueue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipc/mqueue.c b/ipc/mqueue.c index 833b8d7..0f10221 100644 --- a/ipc/mqueue.c

[PATCH -next] mqueue: fix a typo in mq_init_ns()

2018-06-20 Thread Wei Yongjun
Fix a typo, use 'm' instead of 'ns->mq_mnt'. Fixes: 5cd6a50ace05 ("ipc: Convert mqueue fs to fs_context") Signed-off-by: Wei Yongjun --- ipc/mqueue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipc/mqueue.c b/ipc/mqueue.c index 833b8d7..0f10221 100644 --- a/ipc/mqueue.c