commit | d246ab307d1d003c80fe279897dea22bf52b6e41 | [log] [tgz] |
---|---|---|
author | Tao Ma <tao.ma@oracle.com> | Thu Jun 18 13:12:06 2009 +0800 |
committer | Joel Becker <joel.becker@oracle.com> | Mon Jun 22 14:34:29 2009 -0700 |
tree | 1a927f0ec75cf8148bc4428a8b663843c067ad52 | |
parent | cb25797d451dc774d9dbc402a65f16a0e32199fe [diff] |
ocfs2/trivial: Wrap ocfs2_sysfile_cluster_lock_key within define. Actually ocfs2_sysfile_cluster_lock_key is only used if we enable CONFIG_DEBUG_LOCK_ALLOC. Wrap it so that we can avoid a building warning. fs/ocfs2/sysfile.c:53: warning: ‘ocfs2_sysfile_cluster_lock_key’ defined but not used Signed-off-by: Tao Ma <tao.ma@oracle.com> Signed-off-by: Joel Becker <joel.becker@oracle.com>