diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2006-05-12 14:06:02 -0400 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-05-12 14:06:02 -0400 |
commit | 9801f6461eb994e4eda29cba97f4596dffafbf32 (patch) | |
tree | e75edf27e5a3773906000998534e5c44f96d79e5 /fs/gfs2/inode.c | |
parent | e90c01e148b967d30caf59e76accb3a58ca6b74b (diff) | |
download | linux-3.10-9801f6461eb994e4eda29cba97f4596dffafbf32.tar.gz linux-3.10-9801f6461eb994e4eda29cba97f4596dffafbf32.tar.bz2 linux-3.10-9801f6461eb994e4eda29cba97f4596dffafbf32.zip |
[GFS2] Remove incorrect initialisation of gh_owner
The gh_owner field shouldn't be set or reset outside the glock code.
These were left over from when recursive locking was allowed. It
isn't any more, so they are not needed.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/inode.c')
-rw-r--r-- | fs/gfs2/inode.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/gfs2/inode.c b/fs/gfs2/inode.c index 0817f6ede18..5522fa74729 100644 --- a/fs/gfs2/inode.c +++ b/fs/gfs2/inode.c @@ -319,7 +319,6 @@ static int inode_create(struct gfs2_glock *i_gl, const struct gfs2_inum *inum, if (error) goto fail; } - ip->i_iopen_gh.gh_owner = NULL; spin_lock(&io_gl->gl_spin); gfs2_glock_hold(i_gl); |