commit | 868a23a8043f2a3042dae60105c89bd4680187ba | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | Sun Feb 15 00:25:21 2009 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Sun Feb 15 00:30:26 2009 +0100 |
tree | 2dfc742bfe6d4dc544a3c43f74c9aa72eea66d57 | |
parent | 9833f8cb952b9aa3f98a71e7bef8820cee3261a0 [diff] |
lockdep: build fix for !PROVE_LOCKING The __GFP_FS annotations fail to build with CONFIG_LOCKDEP=y, CONFIG_PROVE_LOCKING=n, ammend that. Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Signed-off-by: Ingo Molnar <mingo@elte.hu>