Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xcap
xcap-capability-linux
Commits
dbee2199
Commit
dbee2199
authored
Nov 30, 2007
by
Steven Whitehouse
Browse files
[GFS2] Remove unused variable
Signed-off-by:
Steven Whitehouse
<
swhiteho@redhat.com
>
parent
292c8c14
Changes
1
Hide whitespace changes
Inline
Side-by-side
fs/gfs2/ops_file.c
View file @
dbee2199
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment