Home
last modified time | relevance | path

Searched hist:"055 adcbd7da75868697e767adc4f3272f6cae76c" (Results 1 – 2 of 2) sorted by relevance

/linux/fs/quota/
H A Dquota_tree.cdiff 055adcbd7da75868697e767adc4f3272f6cae76c Wed Nov 24 03:49:54 CET 2010 Joe Perches <joe@perches.com> 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 <joe@perches.com>
Signed-off-by: Jan Kara <jack@suse.cz>
/linux/include/linux/
H A Dquotaops.hdiff 055adcbd7da75868697e767adc4f3272f6cae76c Wed Nov 24 03:49:54 CET 2010 Joe Perches <joe@perches.com> 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 <joe@perches.com>
Signed-off-by: Jan Kara <jack@suse.cz>