]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitcbf4b4b63309db675244b8a098f268532bf398db
tree96d0868be2b18efea6ffb1fe43c75b35db1be698
parent2afcf194fc5a4d017a53ccc06c3b182bc399e202
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