summaryrefslogtreecommitdiff
path: root/packages
ModeNameSize
d---------CVS105logplain
d---------MSDOS140logplain
-rw-r--r--cscope.spec1842logplain
d---------uw7143logplain
a_tree.c?id=055adcbd7da75868697e767adc4f3272f6cae76c'>patch) tree613866918d108adf8536a0d0aab0f1d3bc2c5072 /fs/quota/quota_tree.c parent9c52749232b5cef506877ac633ea14083bd17e02 (diff)
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>
Diffstat (limited to 'fs/quota/quota_tree.c')