patch-2.4.23 linux-2.4.23/fs/nfs/nfs3proc.c
Next file: linux-2.4.23/fs/nfs/nfs3xdr.c
Previous file: linux-2.4.23/fs/namespace.c
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
2003-11-28 10:26:21.000000000 -0800
- Orig file:
linux-2.4.22/fs/nfs/nfs3proc.c
- Orig date:
2003-08-25 04:44:43.000000000 -0700
diff -urN linux-2.4.22/fs/nfs/nfs3proc.c linux-2.4.23/fs/nfs/nfs3proc.c
@@ -433,8 +433,6 @@
* The decode function itself doesn't perform any decoding, it just makes
* sure the reply is syntactically correct.
*
- * Also note that this implementation handles both plain readdir and
- * readdirplus.
*/
static int
nfs3_proc_readdir(struct inode *dir, struct rpc_cred *cred,
@@ -448,11 +446,7 @@
struct rpc_message msg = { NFS3PROC_READDIR, &arg, &res, cred };
int status;
- if (plus)
- msg.rpc_proc = NFS3PROC_READDIRPLUS;
-
- dprintk("NFS call readdir%s %d\n",
- plus? "plus" : "", (unsigned int) cookie);
+ dprintk("NFS call readdir %d\n", (unsigned int) cookie);
dir_attr.valid = 0;
status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)