]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: Fix an f_mode/f_flags confusion in fs/nfs/write.c
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 25 Feb 2008 23:56:29 +0000 (15:56 -0800)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 7 Mar 2008 19:33:40 +0000 (14:33 -0500)
commit6d22b4c059c993fb0a89cc8d38b664dea9fa9f91
tree5de8a786af7abdc9e26f59ebd8b1639e85745591
parent43f675f1ef5519737391c36495b999a9b028786a
NFS: Fix an f_mode/f_flags confusion in fs/nfs/write.c

O_SYNC is stored in filp->f_flags.
Thanks to Al Viro for pointing out the bug.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/write.c