commit | b64397e0b40e75b619aeef9a1fa21f79f801a3e8 | [log] [tgz] |
---|---|---|
author | Paul Moore <paul.moore@hp.com> | Tue Jan 29 08:37:54 2008 -0500 |
committer | James Morris <jmorris@namei.org> | Wed Jan 30 08:17:17 2008 +1100 |
tree | cea93c3a06953ceb0e8876f699ff41be6c54207d | |
parent | c783f1ce5712530ba404807c55d77ac782eb8a7d [diff] |
NetLabel: Cleanup the LSM domain hash functions The NetLabel/LSM domain hash table search function used an argument to specify if the default entry should be returned if an exact match couldn't be found in the hash table. This is a bit against the kernel's style so make two separate functions to represent the separate behaviors. Signed-off-by: Paul Moore <paul.moore@hp.com> Signed-off-by: James Morris <jmorris@namei.org>