diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-01-06 03:47:12 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-01-06 03:47:12 +0100 |
commit | e42e4ba07bc72c0eb7c7ab3bf9e5076db90d0f37 (patch) | |
tree | f3eec0c563da05c2f0de3463edd45735c9c2f3c7 /fs/gfs2/ops_dentry.c | |
parent | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 (diff) | |
download | linux-e42e4ba07bc72c0eb7c7ab3bf9e5076db90d0f37.tar.xz linux-e42e4ba07bc72c0eb7c7ab3bf9e5076db90d0f37.zip |
igb: fix anoying type mismatch warning on rx/tx queue sizing
When using "min()", the types of both sides should match. With the cpu
mask changes, the type of num_online_cpus() will now depend on config
options. Use "min_t()" with an explicit type instead.
And make the rx/tx case look the same too, just for sanity.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/gfs2/ops_dentry.c')
0 files changed, 0 insertions, 0 deletions