commit | dbee2199c37336e89060fbe9abdfd1ca8454372a | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Fri Nov 30 08:17:15 2007 +0000 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Fri Jan 25 08:08:20 2008 +0000 |
tree | 9005d78b7e6064016b8bc6c8ab8ae79442eb80ff | |
parent | 292c8c14cace19c94c6abe25506310239daf949e [diff] |
[GFS2] Remove unused variable Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
diff --git a/fs/gfs2/ops_file.c b/fs/gfs2/ops_file.c index db76ac1..2569c13 100644 --- a/fs/gfs2/ops_file.c +++ b/fs/gfs2/ops_file.c
@@ -700,7 +700,6 @@ static int gfs2_flock(struct file *file, int cmd, struct file_lock *fl) { struct gfs2_inode *ip = GFS2_I(file->f_mapping->host); - struct gfs2_sbd *sdp = GFS2_SB(file->f_mapping->host); if (!(fl->fl_flags & FL_FLOCK)) return -ENOLCK;