} else {
tage = tage_alloc(CFS_ALLOC_ATOMIC);
if (tage == NULL) {
+ if (printk_ratelimit())
printk(KERN_WARNING
- "failure to allocate a tage (%ld)\n",
+ "cannot allocate a tage (%ld)\n",
tcd->tcd_cur_pages);
return NULL;
}
Description: Add sendfile.c test program.
Details : New testing program exercising sendfile(2) (Jay).
+Severity : minor
+Bugzilla : 16450
+Description: Ratelimit a message that can be very frequent.
+Details : Ratelimit a memory allocation failure message that can
+ be too chatty.
+
+
--------------------------------------------------------------------------------
2007-08-10 Cluster File Systems, Inc. <info@clusterfs.com>