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)
commitaf1b8c2ff7c337c4e96db12d6b7b61eaa91aa069
tree5de8a786af7abdc9e26f59ebd8b1639e85745591
parentbfa274e2436fc7ef72ef51c878083647f1cfd429
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