drm/radeon: fix PM on non-vram cards.
[safe/jmp/linux-2.6] / fs / quota / quota_tree.h
index a1ab8db..ccc3e71 100644 (file)
@@ -22,4 +22,10 @@ struct qt_disk_dqdbheader {
 
 #define QT_TREEOFF     1               /* Offset of tree in file in blocks */
 
+#define q_warn(fmt, args...) \
+do { \
+       if (printk_ratelimit()) \
+               printk(fmt, ## args); \
+} while(0)
+
 #endif /* _LINUX_QUOTAIO_TREE_H */