]> git.baikalelectronics.ru Git - kernel.git/commit
libfs.c: new helper - next_positive()
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 6 Jun 2016 23:37:13 +0000 (19:37 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 20 Jun 2016 21:11:28 +0000 (17:11 -0400)
commitee74ebde03c62da61aabfa848f4d009eaaed7a59
treedf1659dc2d2e7f40a124c3714cd1e29feb12755c
parent6affadf6fa57b7228d1cb70931810085d1d32e6f
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>
fs/libfs.c