err = do_sync_read(file, buf, count, ppos);
- if (err >= 0)
- touch_atime(unionfs_lower_mnt(file->f_dentry),
- unionfs_lower_dentry(file->f_dentry));
-
out:
unionfs_read_unlock(file->f_dentry->d_sb);
unionfs_check_file(file);
if (err == -EIOCBQUEUED)
err = wait_on_sync_kiocb(iocb);
- if (err >= 0)
- touch_atime(unionfs_lower_mnt(file->f_dentry),
- unionfs_lower_dentry(file->f_dentry));
-
out:
unionfs_read_unlock(file->f_dentry->d_sb);
unionfs_check_file(file);