Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs:
9p: Pass the correct end of buffer to p9stat_read

+1 -1
+1 -1
fs/9p/vfs_dir.c
··· 146 146 while (rdir->head < rdir->tail) { 147 147 p9stat_init(&st); 148 148 err = p9stat_read(rdir->buf + rdir->head, 149 - buflen - rdir->head, &st, 149 + rdir->tail - rdir->head, &st, 150 150 fid->clnt->proto_version); 151 151 if (err) { 152 152 P9_DPRINTK(P9_DEBUG_VFS, "returned %d\n", err);