aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jbd/commit.c
diff options
context:
space:
mode:
authorMatt Mackall <[email protected]>2008-02-09 08:10:12 +0000
committerLinus Torvalds <[email protected]>2008-02-09 19:08:33 +0000
commit880cdf3a8122288d37829ce01eadf8822bb386db (patch)
treee0fbac42ec81a071f2af2377cdcce0ce37ec152f /fs/jbd/commit.c
parentmm: special mapping nopage (diff)
downloadkernel-880cdf3a8122288d37829ce01eadf8822bb386db.tar.gz
kernel-880cdf3a8122288d37829ce01eadf8822bb386db.zip
Fix compile error on nommu for is_swap_pte
CC mm/vmscan.o In file included from /home/bunk/linux/kernel-2.6/git/linux-2.6/mm/vmscan.c:44: /home/bunk/linux/kernel-2.6/git/linux-2.6/include/linux/swapops.h: In function 'is_swap_pte': /home/bunk/linux/kernel-2.6/git/linux-2.6/include/linux/swapops.h:48: error: implicit declaration of function 'pte_none' /home/bunk/linux/kernel-2.6/git/linux-2.6/include/linux/swapops.h:48: error: implicit declaration of function 'pte_present' Does it ever make sense to ask "is this pte a swap entry?" on a machine with no MMU? Presumably this also means it has no ptes too, right? In which case, it's better to comment the whole function out. Then when someone tries to ask the above meaningless question, they get a compile error rather than a meaningless answer. Signed-off-by: Matt Mackall <[email protected]> Cc: Mike Frysinger <[email protected]> Reported-by: Adrian Bunk <[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