diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2010-10-06 09:58:44 +0100 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2010-10-06 09:58:44 +0100 |
commit | 134669854e3a680d8aad9a4047891c653715f4c0 (patch) | |
tree | 8c6f6b2615fc7bf84c69b02bde33065aaa8688c9 /fs/gfs2/glops.c | |
parent | 46290341cd649c2bfb69e5067c1804c0395c83a1 (diff) | |
download | op-kernel-dev-134669854e3a680d8aad9a4047891c653715f4c0.zip op-kernel-dev-134669854e3a680d8aad9a4047891c653715f4c0.tar.gz |
GFS2: Fix type mapping for demote_rq interface
Mostly the glock operations follow the type of the glock. The
one exception is the transaction glock, so we need to check for
that directly.
Reported-by: Dr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/glops.c')
-rw-r--r-- | fs/gfs2/glops.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/gfs2/glops.c b/fs/gfs2/glops.c index 621d80e..0d149dc 100644 --- a/fs/gfs2/glops.c +++ b/fs/gfs2/glops.c @@ -452,7 +452,6 @@ const struct gfs2_glock_operations *gfs2_glops_list[] = { [LM_TYPE_META] = &gfs2_meta_glops, [LM_TYPE_INODE] = &gfs2_inode_glops, [LM_TYPE_RGRP] = &gfs2_rgrp_glops, - [LM_TYPE_NONDISK] = &gfs2_trans_glops, [LM_TYPE_IOPEN] = &gfs2_iopen_glops, [LM_TYPE_FLOCK] = &gfs2_flock_glops, [LM_TYPE_NONDISK] = &gfs2_nondisk_glops, |