diff options
author | Steve Dickson <steved@redhat.com> | 2008-07-15 14:43:00 -0400 |
---|---|---|
committer | Steve Dickson <steved@redhat.com> | 2008-07-15 14:43:00 -0400 |
commit | 8e158aa65577b96494eaa94c4983eed1449116dc (patch) | |
tree | c2134cc8cf8dd6078a46221d33d8825f5d34aeeb /support/export | |
parent | 8dfb9661a132a206c10067f40e274cf797dab1b2 (diff) | |
download | nfs-utils-8e158aa65577b96494eaa94c4983eed1449116dc.tar.gz nfs-utils-8e158aa65577b96494eaa94c4983eed1449116dc.tar.xz nfs-utils-8e158aa65577b96494eaa94c4983eed1449116dc.zip |
It appears that a recent glibc update now enforces the requirement for a mode
parameter for open calls with the O_CREAT flag set. nfs-utils support code
defines a function xflock used by exportfs and mountd that calls open with
O_CREAT but no mode parameter. This causes exportfs and mountd to dump core,
with the error message:
*** invalid open64 call: O_CREAT without mode ***:rpc.mountd terminated
Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'support/export')
0 files changed, 0 insertions, 0 deletions