Searched hist:263946 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/fs/tmpfs/
H A Dtmpfs_subr.cdiff 263946 Sun Mar 30 18:38:33 MDT 2014 bdrewery MFC r263131,r263174,r263175:

Tmpfs readdir() redundant logic and code readability cleanup.

r263131:
Cleanup redundant logic and add some comments to help explain how it works
in lieu of potentially less clear code.

r263174:
Rename cnt to maxcookies and change its use as the condition for when to
lookup cookies to be less obscure.

r263175:
Add missing FALLTHROUGH comment in tmpfs_dir_getdents for looking up '.'
and '..'.
H A Dtmpfs_vnops.cdiff 263946 Sun Mar 30 18:38:33 MDT 2014 bdrewery MFC r263131,r263174,r263175:

Tmpfs readdir() redundant logic and code readability cleanup.

r263131:
Cleanup redundant logic and add some comments to help explain how it works
in lieu of potentially less clear code.

r263174:
Rename cnt to maxcookies and change its use as the condition for when to
lookup cookies to be less obscure.

r263175:
Add missing FALLTHROUGH comment in tmpfs_dir_getdents for looking up '.'
and '..'.

Completed in 111 milliseconds