aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cpuset.c
diff options
context:
space:
mode:
authorH Hartley Sweeten <hartleys@visionengravers.com>2009-06-16 15:31:44 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2009-06-16 19:47:31 -0700
commitdcf975d58565880a134afb13bde511d1b873ce79 (patch)
treec10147ca16176c4a7c7ff72788170d3ac34b9c1c /kernel/cpuset.c
parent78dc583d3ab43115579cb5f3f7bd12e3548dd5a5 (diff)
downloadkernel_samsung_smdk4412-dcf975d58565880a134afb13bde511d1b873ce79.zip
kernel_samsung_smdk4412-dcf975d58565880a134afb13bde511d1b873ce79.tar.gz
kernel_samsung_smdk4412-dcf975d58565880a134afb13bde511d1b873ce79.tar.bz2
mm/page-writeback.c: dirty limit type should be unsigned long
get_dirty_limits() calls clip_bdi_dirty_limit() and task_dirty_limit() with variable pbdi_dirty as one of the arguments. This variable is an unsigned long * but both functions expect it to be a long *. This causes the following sparse warnings: warning: incorrect type in argument 3 (different signedness) expected long *pbdi_dirty got unsigned long *pbdi_dirty warning: incorrect type in argument 2 (different signedness) expected long *pdirty got unsigned long *pbdi_dirty Fix the warnings by changing the long * to unsigned long * in both functions. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Cc: Johannes Weiner <hannes@cmpxchg.org> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel/cpuset.c')
0 files changed, 0 insertions, 0 deletions