]> git.michaelhowe.org Git - packages/o/openafs.git/commit
STABLE14-linux-dont-flush-writes-on-exec-20080326
authorChas Williams <chas@cmf.nrl.navy.mil>
Wed, 26 Mar 2008 04:17:32 +0000 (04:17 +0000)
committerDerrick Brashear <shadow@dementia.org>
Wed, 26 Mar 2008 04:17:32 +0000 (04:17 +0000)
commit64f21eeacbfbbe78784087dd04d098faeb1ce38c
tree6200b345741e00e8f4b29a115f13d83ab3c787be
parent9f2ea51ff165659a04180c4c60556ba7a15051c2
STABLE14-linux-dont-flush-writes-on-exec-20080326

LICENSE IPL10
FIXES 17509

because of when fds are NULL'd in file_table this should work except when one process has the same file open for read and for write in different FDs; otherwise,
 the last write fd to close collects the error.

(cherry picked from commit 1cf6c12a075cb0705cd8680291d78d215d4fe996)
src/afs/LINUX/osi_vnodeops.c