| commit | 913f62db9f9ebb7be47ce8f87f2dcc2452dbfe6a | [log] [tgz] |
|---|---|---|
| author | Al Viro <viro@zeniv.linux.org.uk> | Mon Jun 06 19:37:13 2016 -0400 |
| committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Jun 09 21:44:07 2016 -0400 |
| tree | b0b5bde56e30cab865138dd42af96968f5b163fb | |
| parent | c229b694a63e310d4d69fed419aab1e81b10600a [diff] |
libfs.c: new helper - next_positive() Return nth positive child after given or NULL if there's less than n left. dcache_readdir() and dcache_dir_lseek() switched to it. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>