aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/super.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@woody.linux-foundation.org>2008-02-07 12:46:35 -0800
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2008-02-07 12:46:35 -0800
commite5a9e8e6890d9b9c7a0f25b03ffdaf28614a9a4c (patch)
tree5e8fbbcbb7516c8eca9c431b47c70c752823af39 /fs/ocfs2/super.c
parentbfa271d026fef5d8db9a95342c38eab6f7b287a2 (diff)
parentd24fbcda0c4988322949df3d759f1cfb32b32953 (diff)
downloadkernel_samsung_crespo-e5a9e8e6890d9b9c7a0f25b03ffdaf28614a9a4c.zip
kernel_samsung_crespo-e5a9e8e6890d9b9c7a0f25b03ffdaf28614a9a4c.tar.gz
kernel_samsung_crespo-e5a9e8e6890d9b9c7a0f25b03ffdaf28614a9a4c.tar.bz2
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2
* 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2: ocfs2: Negotiate locking protocol versions.
Diffstat (limited to 'fs/ocfs2/super.c')
-rw-r--r--fs/ocfs2/super.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ocfs2/super.c b/fs/ocfs2/super.c
index 01fe40e..bec75af 100644
--- a/fs/ocfs2/super.c
+++ b/fs/ocfs2/super.c
@@ -1355,6 +1355,7 @@ static int ocfs2_initialize_super(struct super_block *sb,
sb->s_fs_info = osb;
sb->s_op = &ocfs2_sops;
sb->s_export_op = &ocfs2_export_ops;
+ osb->osb_locking_proto = ocfs2_locking_protocol;
sb->s_time_gran = 1;
sb->s_flags |= MS_NOATIME;
/* this is needed to support O_LARGEFILE */