diff options
author | Akinobu Mita <[email protected]> | 2006-03-26 01:39:51 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2006-03-26 08:57:15 -0800 |
commit | 6ecf66ae49390bb790673d46e5fb723edcc3733b (patch) | |
tree | 67ce42b9a207034b34f0d20a1af367d6aea2848b /fs/jbd/commit.c | |
parent | f51a05c16d3d051f5e000c50bccc4be91fe5f9f3 (diff) |
[PATCH] bitops: sh: make thread_info.flags an unsigned long
The test_bit() routines are defined to work on a pointer to unsigned long.
But thread_info.flags is __u32 (unsigned int) on sh and it is passed to flag
set/clear/test wrappers in include/linux/thread_info.h. So the compiler will
print warnings.
This patch changes to unsigned long instead.
Signed-off-by: Akinobu Mita <[email protected]>
Cc: Paul Mundt <[email protected]>
Cc: Kazumoto Kojima <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'fs/jbd/commit.c')
0 files changed, 0 insertions, 0 deletions