diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-08-29 06:10:07 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-08-29 06:10:07 +0000 |
commit | f3c54060af56e255844545fb566b83fcd6e9e9f5 (patch) | |
tree | 7b839d47f4d0b7e2c5552d88dcd4d8c537353621 /ChangeLog | |
parent | 0adfcc05265f4297adb89a040acb52689f3be87c (diff) | |
download | glibc-f3c54060af56e255844545fb566b83fcd6e9e9f5.tar glibc-f3c54060af56e255844545fb566b83fcd6e9e9f5.tar.gz glibc-f3c54060af56e255844545fb566b83fcd6e9e9f5.tar.bz2 glibc-f3c54060af56e255844545fb566b83fcd6e9e9f5.zip |
* nscd/connections.c (send_ro_fd): Also transfer file size.
* nscd/nscd_helper.c (get_mapping): If nscd also transfers the
file size don't call fstat.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2007-08-28 Ulrich Drepper <drepper@redhat.com> + * nscd/connections.c (send_ro_fd): Also transfer file size. + * nscd/nscd_helper.c (get_mapping): If nscd also transfers the + file size don't call fstat. + * nscd/nscd_helper.c (get_mapping): Avoid the pread call, just go ahead and map the file. This should always be correct and we can catch problems later. |