From: Steven Whitehouse Date: Wed, 3 Jun 2009 09:07:44 +0000 (+0100) Subject: GFS2: Remove unused variable X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e09f9446b94ac64b27d37e98c1110f29d712cdad;p=linux-beck.git GFS2: Remove unused variable Signed-off-by: Steven Whitehouse --- diff --git a/fs/gfs2/file.c b/fs/gfs2/file.c index 841ddc979388..73318a3ce6f1 100644 --- a/fs/gfs2/file.c +++ b/fs/gfs2/file.c @@ -694,8 +694,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); - if (!(fl->fl_flags & FL_FLOCK)) return -ENOLCK; if (fl->fl_type & LOCK_MAND)