linux-dont-flush-writes-on-exec-20080326
authorChas Williams <chas@cmf.nrl.navy.mil>
Wed, 26 Mar 2008 04:16:51 +0000 (04:16 +0000)
committerDerrick Brashear <shadow@dementia.org>
Wed, 26 Mar 2008 04:16:51 +0000 (04:16 +0000)
commit1cf6c12a075cb0705cd8680291d78d215d4fe996
tree999da16c346931f1689c2b0e37c6ce66799c9c58
parent3f8be40525ae84980f1519e60f4b9f73bd4cc676
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.
src/afs/LINUX/osi_vnodeops.c