]> git.michaelhowe.org Git - packages/o/openafs.git/commit
DEVEL15-linux-dont-flush-writes-on-exec-20080326
authorChas Williams <chas@cmf.nrl.navy.mil>
Wed, 26 Mar 2008 04:17:18 +0000 (04:17 +0000)
committerDerrick Brashear <shadow@dementia.org>
Wed, 26 Mar 2008 04:17:18 +0000 (04:17 +0000)
commitf5e8415f163c5436d0a8264ea9490ab0c10c6b79
tree1b170dad820402d5eb555fff8d517f489548d5e0
parentf64f192d635c68c29ee211359b60803feabd959e
DEVEL15-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