diff --git a/[refs] b/[refs] index 80d031fcb495..009bfc1920c3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 891348ca0f66206f1dc0e30d63757e3df1ae2d15 +refs/heads/master: a68c2f12b4b28994aaf622bbe5724b7258cc2fcf diff --git a/trunk/fs/read_write.c b/trunk/fs/read_write.c index 1edaf099ddd7..bb34af315280 100644 --- a/trunk/fs/read_write.c +++ b/trunk/fs/read_write.c @@ -935,6 +935,8 @@ ssize_t do_sendfile(int out_fd, int in_fd, loff_t *ppos, size_t count, if (retval > 0) { add_rchar(current, retval); add_wchar(current, retval); + fsnotify_access(in.file); + fsnotify_modify(out.file); } inc_syscr(current);