commit | 83cb10f0ef3c96162be92339ccf8c0c9c9f2d13e | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Fri Aug 28 11:57:55 2009 -0400 |
committer | Eric Paris <eparis@redhat.com> | Fri Aug 28 11:57:55 2009 -0400 |
tree | e83f71fde279bc4ed80db945b55603f653aa08e1 | |
parent | b962e7312ae87006aed6f68ceee94bdf8db08338 [diff] |
inotify: fix length reporting and size checking 0db501bd0610ee0c0 introduced a regresion in that it now sends a nul terminator but the length accounting when checking for space or reporting to userspace did not take this into account. This corrects all of the rounding logic. Signed-off-by: Eric Paris <eparis@redhat.com>