On Tue, Sep 03, 2019 at 09:54:14AM +0800, zhengbin wrote: > Fixes gcc warning: > > fs/notify/fanotify/fanotify_user.c:252:19: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] > > Reported-by: Hulk Robot <hulkci@xxxxxxxxxx> > Signed-off-by: zhengbin <zhengbin13@xxxxxxxxxx> When fixing bugs like this, please do a git log -p and cc the person responsible for introducing the code you're fixing. Also add a Fixes: line. Reviewed-by: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx>