commit | 0552f879d45cecc35d8e372a591fc5ed863bca58 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Dec 16 04:53:03 2009 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Dec 16 12:16:47 2009 -0500 |
tree | f3e0d76f7d5e7cf9a11ef4771294c7b4b552cd89 | |
parent | 7715b521222b6ebb6e927fa261ed91ed687fe454 [diff] |
Untangling ima mess, part 1: alloc_file() There are 2 groups of alloc_file() callers: * ones that are followed by ima_counts_get * ones giving non-regular files So let's pull that ima_counts_get() into alloc_file(); it's a no-op in case of non-regular files. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>