]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: remove needless check in nfs_opendir()
authorCarsten Otte <cotte@de.ibm.com>
Wed, 19 Apr 2006 17:06:37 +0000 (13:06 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 19 Apr 2006 17:06:37 +0000 (13:06 -0400)
commit15ec56235229b8d4f3bb6de18910c241e0e50f34
treed981de4189c559d8e0a9f291c9919dde396c9a04
parentba91e860dd053df7b203834779a4e7a13737b59d
NFS: remove needless check in nfs_opendir()

Local variable res was initialized to 0 - no check needed here.

Signed-off-by: Carsten Otte <cotte@de.ibm.com>
Cc: Trond Myklebust <trond.myklebust@fys.uio.no>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/dir.c