From dbee2199c37336e89060fbe9abdfd1ca8454372a Mon Sep 17 00:00:00 2001 From: Steven Whitehouse Date: Fri, 30 Nov 2007 08:17:15 +0000 Subject: [GFS2] Remove unused variable Signed-off-by: Steven Whitehouse --- fs/gfs2/ops_file.c | 1 - 1 file changed, 1 deletion(-) (limited to 'fs/gfs2/ops_file.c') diff --git a/fs/gfs2/ops_file.c b/fs/gfs2/ops_file.c index db76ac1947e..2569c13eb10 100644 --- a/fs/gfs2/ops_file.c +++ b/fs/gfs2/ops_file.c @@ -700,7 +700,6 @@ static void do_unflock(struct file *file, struct file_lock *fl) 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; -- cgit v1.2.3