commit | 94e41ecfe0f202df948fdbb19a53308a58cf2184 | [log] [tgz] |
---|---|---|
author | Sunil Mushran <sunil.mushran@oracle.com> | Fri Jun 19 14:45:54 2009 -0700 |
committer | Joel Becker <joel.becker@oracle.com> | Mon Jun 22 14:24:47 2009 -0700 |
tree | 00053423e47115dbfb4f95f2a3d778e8488883cd | |
parent | 1962f39abbb2d5643a7d59169422661a2d58793d [diff] |
ocfs2: Pin journal head before accessing jh->b_committed_data This patch adds jbd_lock_bh_state() and jbd_unlock_bh_state() around accessses to jh->b_committed_data. Fixes oss bugzilla#1131 http://oss.oracle.com/bugzilla/show_bug.cgi?id=1131 Signed-off-by: Sunil Mushran <sunil.mushran@oracle.com> Signed-off-by: Joel Becker <joel.becker@oracle.com>