commit | 5fa0613ea58a80f69852b242337121bd39dc798e | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Fri Jan 11 00:11:45 2008 +0100 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Fri Jan 25 15:05:44 2008 -0800 |
tree | 21170694624428a8903efc6cba843fd10de93c64 | |
parent | 53fc622b9e829c8e632e45ef8c14f054388759c1 [diff] |
ocfs2: Silence false lockdep warnings Create separate lockdep lock classes for system file's i_mutexes. They are used to guard allocations and similar things and thus rank differently than i_mutex of a regular file or directory. Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>