diff options
Diffstat (limited to 'inotail.c')
-rw-r--r-- | inotail.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -245,8 +245,7 @@ static int watch_files(struct file_struct *f, int n_files) } } - /* Very unlikely! */ - if (!fil) + if (unlikely(!fil)) break; if (inev->mask & IN_MODIFY) { |