projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6457474
)
mm: add comment about deprecation of __GFP_NOFAIL
author
David Rientjes
<
[email protected]
>
Fri, 5 Mar 2010 21:42:23 +0000
(13:42 -0800)
committer
Linus Torvalds
<
[email protected]
>
Sat, 6 Mar 2010 19:26:27 +0000
(11:26 -0800)
__GFP_NOFAIL was deprecated in
dab48dab
, so add a comment that no new
users should be added.
Reviewed-by: KAMEZAWA Hiroyuki <
[email protected]
>
Signed-off-by: David Rientjes <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
include/linux/gfp.h
patch
|
blob
|
history
diff --git
a/include/linux/gfp.h
b/include/linux/gfp.h
index 2e1b32c0484de7bd1b76e4d7a6003df9c631c43a..4c6d41333f985a56807d19a67134e926e58b3542 100644
(file)
--- a/
include/linux/gfp.h
+++ b/
include/linux/gfp.h
@@
-30,7
+30,8
@@
struct vm_area_struct;
* _might_ fail. This depends upon the particular VM implementation.
*
* __GFP_NOFAIL: The VM implementation _must_ retry infinitely: the caller
- * cannot handle allocation failures.
+ * cannot handle allocation failures. This modifier is deprecated and no new
+ * users should be added.
*
* __GFP_NORETRY: The VM implementation must not retry indefinitely.
*