NFS: remove pointless if statement in nfs_direct_write_result
authorFred Isaman <iisaman@netapp.com>
Fri, 11 Feb 2011 15:42:37 +0000 (15:42 +0000)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 11 Mar 2011 20:38:40 +0000 (15:38 -0500)
commit83762c56c1ba7c5b4b92fb32d570661633228bc6
tree96d0868be2b18efea6ffb1fe43c75b35db1be698
parenteabf5baaaaf41b6a0273043cfb06d53dca67acef
NFS: remove pointless if statement in nfs_direct_write_result

The code was doing nothing more in either branch of the if.

Signed-off-by: Fred Isaman <iisaman@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/direct.c