commit | 4f42c1b5b9c27b6228e6b9c57eee4beb3118b6b0 | [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> | Mon Jun 20 17:11:28 2016 -0400 |
tree | df1659dc2d2e7f40a124c3714cd1e29feb12755c | |
parent | 274f5b041d3c9c0974a7dd1f66b67c33bb5b0f42 [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>