Re: 64fa03de33: BUG:Dentry_still_in_use

2017-05-08 Thread Serge E. Hallyn
Quoting Masami Ichikawa (masami...@gmail.com): > On Mon, May 8, 2017 at 1:44 PM, Serge E. Hallyn wrote: > > From 6a3fb632f67f8425c6e76c65dad8115f1550d2a0 Mon Sep 17 00:00:00 2001 > > From: Serge Hallyn > > Date: Sun, 7 May 2017 23:40:42 -0500 > > Subject: [PATCH 1/1] cap_inode_getsecurity: don't

Re: 64fa03de33: BUG:Dentry_still_in_use

2017-05-08 Thread Masami Ichikawa
On Mon, May 8, 2017 at 1:44 PM, Serge E. Hallyn wrote: > From 6a3fb632f67f8425c6e76c65dad8115f1550d2a0 Mon Sep 17 00:00:00 2001 > From: Serge Hallyn > Date: Sun, 7 May 2017 23:40:42 -0500 > Subject: [PATCH 1/1] cap_inode_getsecurity: don't pin dentry (fold up) > > This should fix the "Dentry_stil

Re: 64fa03de33: BUG:Dentry_still_in_use

2017-05-07 Thread Serge E. Hallyn
>From 6a3fb632f67f8425c6e76c65dad8115f1550d2a0 Mon Sep 17 00:00:00 2001 From: Serge Hallyn Date: Sun, 7 May 2017 23:40:42 -0500 Subject: [PATCH 1/1] cap_inode_getsecurity: don't pin dentry (fold up) This should fix the "Dentry_still_in_use" reported by the kernel test robot. Signed-off-by: Serge