From: Joe Perches Date: Wed, 24 Nov 2010 02:49:54 +0000 (-0800) Subject: quota: Use %pV and __attribute__((format (printf in __quota_error and fix fallout X-Git-Tag: v2.6.38-rc1~410^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=055adcbd7da75868697e767adc4f3272f6cae76c;p=pandora-kernel.git quota: Use %pV and __attribute__((format (printf in __quota_error and fix fallout Use %pV in __quota_error so a single printk can not be interleaved with other logging messages. Add __attribute__((format (printf, 3, 4))) so format and arguments can be verified by compiler. Make sure printk formats and arguments match. Block # needed a pointer dereference. Signed-off-by: Joe Perches Signed-off-by: Jan Kara --- Reading git-diff-tree failed