commit | a74e1f0e8a7858c9ba6065480c88d7feba3520ac | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mark.fasheh@oracle.com> | Fri Mar 03 10:18:58 2006 -0800 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Fri Mar 24 14:58:24 2006 -0800 |
tree | 651b85805a0b55b50bf41f8e48f569b658f67a5f | |
parent | b2fd16b4ff2508ac16ae994f4bcd941f97754c00 [diff] |
ocfs2: use __attribute__ format Use the "format" attribute on ocfs2_error() and ocfs2_abort() so that the compiler will warn when we get calls to those functions wrong. Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>