Re: [PATCH 2/3] fanotify: dont recalculate a marks mask if only the ignored mask changed

2014-12-01 Thread Jan Kara
On Sun 30-11-14 00:37:37, Lino Sanfilippo wrote: > If removing bits from a marks ignored mask, the concerning inodes/vfsmounts > mask is not affected. So dont recalculate it. > > Signed-off-by: Lino Sanfilippo Looks good. You can add: Reviewed-by: Jan Kara

Re: [PATCH 2/3] fanotify: dont recalculate a marks mask if only the ignored mask changed

2014-12-01 Thread Jan Kara
On Sun 30-11-14 00:37:37, Lino Sanfilippo wrote: If removing bits from a marks ignored mask, the concerning inodes/vfsmounts mask is not affected. So dont recalculate it. Signed-off-by: Lino Sanfilippo linosanfili...@gmx.de Looks good. You can add: Reviewed-by: Jan Kara j...@suse.cz

[PATCH 2/3] fanotify: dont recalculate a marks mask if only the ignored mask changed

2014-11-29 Thread Lino Sanfilippo
If removing bits from a marks ignored mask, the concerning inodes/vfsmounts mask is not affected. So dont recalculate it. Signed-off-by: Lino Sanfilippo --- fs/notify/fanotify/fanotify_user.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[PATCH 2/3] fanotify: dont recalculate a marks mask if only the ignored mask changed

2014-11-29 Thread Lino Sanfilippo
If removing bits from a marks ignored mask, the concerning inodes/vfsmounts mask is not affected. So dont recalculate it. Signed-off-by: Lino Sanfilippo linosanfili...@gmx.de --- fs/notify/fanotify/fanotify_user.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git