summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
5c83bec)
DESCRIPTION:
When doing fcntl() file locking calls in a liblustre client via libsysio,
successful lock calls return random non-zero values due to use uninitialized
value as return value.
fl64 = va_arg(ap, struct flock64 *);
err = _sysio_fcntl_lock(fil, cmd, fl64);
fl64 = va_arg(ap, struct flock64 *);
err = _sysio_fcntl_lock(fil, cmd, fl64);