summaryrefslogtreecommitdiff
path: root/ioexact.c
diff options
context:
space:
mode:
Diffstat (limited to 'ioexact.c')
0 files changed, 0 insertions, 0 deletions
git/diff/?id=4f42c1b5b9c27b6228e6b9c57eee4beb3118b6b0&id2=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>
Diffstat
-rw-r--r--fs/libfs.c77
1 files changed, 47 insertions, 30 deletions
diff --git a/fs/libfs.c b/fs/libfs.c