projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a12af1e
)
GFS2: Remove unused variable
author
Steven Whitehouse
<swhiteho@redhat.com>
Wed, 3 Jun 2009 09:07:44 +0000
(10:07 +0100)
committer
Steven Whitehouse
<swhiteho@redhat.com>
Wed, 3 Jun 2009 09:07:44 +0000
(10:07 +0100)
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/file.c
patch
|
blob
|
history
diff --git
a/fs/gfs2/file.c
b/fs/gfs2/file.c
index
841ddc9
..
73318a3
100644
(file)
--- 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)