commit | 251b6eccbeff4f0f8a3509769b327705e899f5dd | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mark.fasheh@oracle.com> | Tue Jan 10 15:41:43 2006 -0800 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Fri Feb 03 13:47:19 2006 -0800 |
tree | 7da835c3bebc8150a1a1ae6abb681a1e1a9c5f36 | |
parent | aee93ac4b7ad461255939248d0d51566cff77e05 [diff] [blame] |
[OCFS2] Make ip_io_sem a mutex ip_io_sem is now ip_io_mutex. Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
diff --git a/fs/ocfs2/super.c b/fs/ocfs2/super.c index 364d64b..c44075d 100644 --- a/fs/ocfs2/super.c +++ b/fs/ocfs2/super.c
@@ -932,7 +932,7 @@ oi->ip_dir_start_lookup = 0; init_rwsem(&oi->ip_alloc_sem); - init_MUTEX(&(oi->ip_io_sem)); + mutex_init(&oi->ip_io_mutex); oi->ip_blkno = 0ULL; oi->ip_clusters = 0;