Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
dbee2199
Commit
dbee2199
authored
Nov 30, 2007
by
Steven Whitehouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[GFS2] Remove unused variable
Signed-off-by:
Steven Whitehouse
<
swhiteho@redhat.com
>
parent
292c8c14
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
fs/gfs2/ops_file.c
fs/gfs2/ops_file.c
+0
-1
No files found.
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
Markdown
is supported
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