diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/9p/vfs_dir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/9p/vfs_dir.c b/fs/9p/vfs_dir.c index 9c2bdda5cd9d..ce6600f33659 100644 --- a/fs/9p/vfs_dir.c +++ b/fs/9p/vfs_dir.c | |||
@@ -231,7 +231,7 @@ static int v9fs_dir_readdir_dotl(struct file *filp, void *dirent, | |||
231 | while (err == 0) { | 231 | while (err == 0) { |
232 | if (rdir->tail == rdir->head) { | 232 | if (rdir->tail == rdir->head) { |
233 | err = p9_client_readdir(fid, rdir->buf, buflen, | 233 | err = p9_client_readdir(fid, rdir->buf, buflen, |
234 | filp->f_pos); | 234 | filp->f_pos); |
235 | if (err <= 0) | 235 | if (err <= 0) |
236 | goto unlock_and_exit; | 236 | goto unlock_and_exit; |
237 | 237 | ||