9P2010.L handshake: Remove "dotu" variable
Removes 'dotu' variable and make everything dependent on 'proto_version' field. Signed-off-by: Sripathi Kodi <sripathik@in.ibm.com> Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
This commit is contained in:

committed by
Eric Van Hensbergen

parent
0fb80abd91
commit
342fee1d5c
@@ -135,7 +135,7 @@ static int v9fs_dir_readdir(struct file *filp, void *dirent, filldir_t filldir)
|
||||
while (rdir->head < rdir->tail) {
|
||||
err = p9stat_read(rdir->buf + rdir->head,
|
||||
buflen - rdir->head, &st,
|
||||
fid->clnt->dotu);
|
||||
fid->clnt->proto_version);
|
||||
if (err) {
|
||||
P9_DPRINTK(P9_DEBUG_VFS, "returned %d\n", err);
|
||||
err = -EIO;
|
||||
|
Reference in New Issue
Block a user