Commit d3c837bd authored by Anton Blanchard's avatar Anton Blanchard

Merge samba.org:/scratch/anton/oprofile

into samba.org:/scratch/anton/linux-2.5_ppc64_work
parents b20e0d0f 145b74a2
......@@ -231,7 +231,7 @@ static long do_readv_writev32(int type, struct file *file,
kfree(iov);
if ((retval + (type == READ)) > 0)
dnotify_parent(file->f_dentry,
(type == READ) ? DN_MODIFY : DN_ACCESS);
(type == READ) ? DN_ACCESS : DN_MODIFY);
return retval;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment