| commit | 1a5cea7215f7c6bd3c960d7b44e864f3a73d1ad4 | [log] [tgz] |
|---|---|---|
| author | Lino Sanfilippo <LinoSanfilippo@gmx.de> | Fri Oct 29 12:06:42 2010 +0200 |
| committer | Eric Paris <eparis@redhat.com> | Sat Oct 30 14:07:35 2010 -0400 |
| tree | d8bdd846e5ef83c1707eaf9e9040705d80869260 | |
| parent | d8c0fca68da25ca3df534dfb12ce628675c828e4 [diff] |
make fanotify_read() restartable across signals
In fanotify_read() return -ERESTARTSYS instead of -EINTR to
make read() restartable across signals (BSD semantic).
Signed-off-by: Eric Paris <eparis@redhat.com>