From: Marc Dionne Date: Wed, 2 Apr 2008 19:19:57 +0000 (+0000) Subject: linux-flush-compare-20080402 X-Git-Tag: openafs-devel-1_5_61~1147 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=93c326ef08cacc730470a7af75041d943825260b;p=packages%2Fo%2Fopenafs.git linux-flush-compare-20080402 LICENSE IPL10 because i let this slip out like this. sigh. --- diff --git a/src/afs/LINUX/osi_vnodeops.c b/src/afs/LINUX/osi_vnodeops.c index 4a50475a4..3c7a818df 100644 --- a/src/afs/LINUX/osi_vnodeops.c +++ b/src/afs/LINUX/osi_vnodeops.c @@ -588,7 +588,7 @@ afs_linux_flush(struct file *fp) AFS_GLOCK(); - if (fp->f_flags | O_RDONLY) { /* readers dont flush */ + if ((fp->f_flags & O_ACCMODE) == O_RDONLY) { /* readers dont flush */ AFS_GUNLOCK(); return 0; }