Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ftrace: Simplify the hash calculation
No need to add a check to subtract the number of bits if bits is zero after fls(). Just divide the size by two before calling it. This does give the same answer for size of 0 and 1, but that's fine. Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
- Loading branch information