commit | edc221d00bd5c6da0e5c67701f3782b72796619f | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Wed Nov 10 13:19:06 2010 -0800 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Tue Nov 30 10:31:05 2010 +0000 |
tree | 2376c53981a815716955659331d8956b46e95805 | |
parent | 5e69069c1afb655b5f1a154856ccdb4bb7327b81 [diff] |
GFS2: fs/gfs2/glock.h: Add __attribute__((format(printf,2,3)) to gfs2_print_dbg Functions that use printf formatting, especially those that use %pV, should have their uses of printf format and arguments checked by the compiler. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>