Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
OpenBMC Firmware
talos-obmc-linux
Commits
8e31582a
Commit
8e31582a
authored
6 years ago
by
Bob Peterson
Browse files
Options
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)
error
=
gfs2_glock_nq_init
(
sdp
->
sd_freeze_gl
,
LM_ST_SHARED
,
0
,
&
freeze_gh
);
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
);
}
else
{
...
...
This diff is collapsed.
Click to expand it.
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