diff for duplicates of <4E6FBFC4.1080901@linux.vnet.ibm.com> diff --git a/a/1.txt b/N1/1.txt index 0997b3c..be1f977 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -2,15 +2,15 @@ Hey Dan, I get the following compile warnings: -mm/frontswap.c: In function ‘init_frontswap’: -mm/frontswap.c:264:5: warning: passing argument 4 of ‘debugfs_create_size_t’ from incompatible pointer type -include/linux/debugfs.h:68:16: note: expected ‘size_t *’ but argument is of type ‘long unsigned int *’ -mm/frontswap.c:266:5: warning: passing argument 4 of ‘debugfs_create_size_t’ from incompatible pointer type -include/linux/debugfs.h:68:16: note: expected ‘size_t *’ but argument is of type ‘long unsigned int *’ -mm/frontswap.c:268:5: warning: passing argument 4 of ‘debugfs_create_size_t’ from incompatible pointer type -include/linux/debugfs.h:68:16: note: expected ‘size_t *’ but argument is of type ‘long unsigned int *’ -mm/frontswap.c:270:5: warning: passing argument 4 of ‘debugfs_create_size_t’ from incompatible pointer type -include/linux/debugfs.h:68:16: note: expected ‘size_t *’ but argument is of type ‘long unsigned int *’ +mm/frontswap.c: In function ?init_frontswap?: +mm/frontswap.c:264:5: warning: passing argument 4 of ?debugfs_create_size_t? from incompatible pointer type +include/linux/debugfs.h:68:16: note: expected ?size_t *? but argument is of type ?long unsigned int *? +mm/frontswap.c:266:5: warning: passing argument 4 of ?debugfs_create_size_t? from incompatible pointer type +include/linux/debugfs.h:68:16: note: expected ?size_t *? but argument is of type ?long unsigned int *? +mm/frontswap.c:268:5: warning: passing argument 4 of ?debugfs_create_size_t? from incompatible pointer type +include/linux/debugfs.h:68:16: note: expected ?size_t *? but argument is of type ?long unsigned int *? +mm/frontswap.c:270:5: warning: passing argument 4 of ?debugfs_create_size_t? from incompatible pointer type +include/linux/debugfs.h:68:16: note: expected ?size_t *? but argument is of type ?long unsigned int *? size_t is platform dependent but is generally "unsigned int" for 32-bit and "unsigned long" for 64-bit. @@ -31,3 +31,10 @@ On 09/13/2011 12:40 PM, Dan Magenheimer wrote: > + debugfs_create_size_t("invalidates", S_IRUGO, > + root, &frontswap_invalidates); > +#endif + +-- +To unsubscribe, send a message with 'unsubscribe linux-mm' in +the body to majordomo@kvack.org. For more info on Linux MM, +see: http://www.linux-mm.org/ . +Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/ +Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a> diff --git a/a/content_digest b/N1/content_digest index 3f68c25..8a2a805 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -27,15 +27,15 @@ "\n" "I get the following compile warnings:\n" "\n" - "mm/frontswap.c: In function \342\200\230init_frontswap\342\200\231:\n" - "mm/frontswap.c:264:5: warning: passing argument 4 of \342\200\230debugfs_create_size_t\342\200\231 from incompatible pointer type\n" - "include/linux/debugfs.h:68:16: note: expected \342\200\230size_t *\342\200\231 but argument is of type \342\200\230long unsigned int *\342\200\231\n" - "mm/frontswap.c:266:5: warning: passing argument 4 of \342\200\230debugfs_create_size_t\342\200\231 from incompatible pointer type\n" - "include/linux/debugfs.h:68:16: note: expected \342\200\230size_t *\342\200\231 but argument is of type \342\200\230long unsigned int *\342\200\231\n" - "mm/frontswap.c:268:5: warning: passing argument 4 of \342\200\230debugfs_create_size_t\342\200\231 from incompatible pointer type\n" - "include/linux/debugfs.h:68:16: note: expected \342\200\230size_t *\342\200\231 but argument is of type \342\200\230long unsigned int *\342\200\231\n" - "mm/frontswap.c:270:5: warning: passing argument 4 of \342\200\230debugfs_create_size_t\342\200\231 from incompatible pointer type\n" - "include/linux/debugfs.h:68:16: note: expected \342\200\230size_t *\342\200\231 but argument is of type \342\200\230long unsigned int *\342\200\231\n" + "mm/frontswap.c: In function ?init_frontswap?:\n" + "mm/frontswap.c:264:5: warning: passing argument 4 of ?debugfs_create_size_t? from incompatible pointer type\n" + "include/linux/debugfs.h:68:16: note: expected ?size_t *? but argument is of type ?long unsigned int *?\n" + "mm/frontswap.c:266:5: warning: passing argument 4 of ?debugfs_create_size_t? from incompatible pointer type\n" + "include/linux/debugfs.h:68:16: note: expected ?size_t *? but argument is of type ?long unsigned int *?\n" + "mm/frontswap.c:268:5: warning: passing argument 4 of ?debugfs_create_size_t? from incompatible pointer type\n" + "include/linux/debugfs.h:68:16: note: expected ?size_t *? but argument is of type ?long unsigned int *?\n" + "mm/frontswap.c:270:5: warning: passing argument 4 of ?debugfs_create_size_t? from incompatible pointer type\n" + "include/linux/debugfs.h:68:16: note: expected ?size_t *? but argument is of type ?long unsigned int *?\n" "\n" "size_t is platform dependent but is generally \"unsigned int\"\n" "for 32-bit and \"unsigned long\" for 64-bit.\n" @@ -55,6 +55,13 @@ "> +\t\t\t\troot, &frontswap_failed_puts);\n" "> +\tdebugfs_create_size_t(\"invalidates\", S_IRUGO,\n" "> +\t\t\t\troot, &frontswap_invalidates);\n" - > +#endif + "> +#endif\n" + "\n" + "--\n" + "To unsubscribe, send a message with 'unsubscribe linux-mm' in\n" + "the body to majordomo@kvack.org. For more info on Linux MM,\n" + "see: http://www.linux-mm.org/ .\n" + "Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/\n" + "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>" -f545efa8627af0a4f289d1420ed51d5e7fe28e09a5c0802410c7005c1140b434 +68eb42d5da2c4515c1d628f4eb2921b30b18c0d1f5486732759d53fb736210f9
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.