From e47250a0b57aaea421466dcc0600908ea42b937c Mon Sep 17 00:00:00 2001 From: Scott Wolchok Date: Thu, 20 Dec 2012 15:05:52 -0800 Subject: [PATCH] --- yaml --- r: 347890 b: refs/heads/master c: a68c2f12b4b28994aaf622bbe5724b7258cc2fcf h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/read_write.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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);