commit | b962e7312ae87006aed6f68ceee94bdf8db08338 | [log] [tgz] |
---|---|---|
author | Brian Rogers <brian@xyzw.org> | Fri Aug 28 10:00:05 2009 -0400 |
committer | Eric Paris <eparis@redhat.com> | Fri Aug 28 10:03:06 2009 -0400 |
tree | 5d74244d31f510d346afbe80fea3285ccb8504d8 | |
parent | 326ba5010a5429a5a528b268b36a5900d4ab0eba [diff] |
inotify: do not send a block of zeros when no pathname is available When an event has no pathname, there's no need to pad it with a null byte and therefore generate an inotify_event sized block of zeros. This fixes a regression introduced by commit 0db501bd0610ee0c0aca84d927f90bcccd09e2bd where my system wouldn't finish booting because some process was being confused by this. Signed-off-by: Brian Rogers <brian@xyzw.org> Signed-off-by: Eric Paris <eparis@redhat.com>