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
Kirill Smelkov
linux
Commits
8e31582a
Commit
8e31582a
authored
Oct 19, 2018
by
Bob Peterson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gfs2: Fix minor typo: couln't versus couldn't.
Signed-off-by:
Bob Peterson
<
rpeterso@redhat.com
>
parent
c9e58fb2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
fs/gfs2/super.c
fs/gfs2/super.c
+1
-1
No files found.
fs/gfs2/super.c
View file @
8e31582a
...
@@ -971,7 +971,7 @@ void gfs2_freeze_func(struct work_struct *work)
...
@@ -971,7 +971,7 @@ void gfs2_freeze_func(struct work_struct *work)
error
=
gfs2_glock_nq_init
(
sdp
->
sd_freeze_gl
,
LM_ST_SHARED
,
0
,
error
=
gfs2_glock_nq_init
(
sdp
->
sd_freeze_gl
,
LM_ST_SHARED
,
0
,
&
freeze_gh
);
&
freeze_gh
);
if
(
error
)
{
if
(
error
)
{
printk
(
KERN_INFO
"GFS2: couln't get freeze lock : %d
\n
"
,
error
);
printk
(
KERN_INFO
"GFS2: coul
d
n't get freeze lock : %d
\n
"
,
error
);
gfs2_assert_withdraw
(
sdp
,
0
);
gfs2_assert_withdraw
(
sdp
,
0
);
}
}
else
{
else
{
...
...
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